Enable fact gathering for needed validations

Implicit fact gathering is disabled since
https://review.opendev.org/672278

This means, for some validations, we must explicitly enable fact
gathering.

Depends-On: https://review.opendev.org/672278
Change-Id: Iaf4e8f3f1bf31293f18aedf2d0ab253c04d83bed
This commit is contained in:
Cédric Jeanneret 2019-07-18 13:25:08 +02:00
parent 9bbd3b26df
commit 2affbb11f8
5 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Check if latest minor version is installed

View File

@ -1,5 +1,6 @@
---
- hosts: undercloud, overcloud
gather_facts: yes
vars:
metadata:
name: Check correctness of current repositories

View File

@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Verify undercloud fits the CPU core requirements

View File

@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Verify the undercloud fits the RAM requirements

View File

@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Undercloud SELinux Enforcing Mode Check