Jelajahi Sumber

Merge pull request #1013 from detiber/fixFactPlaybook

Fix openshift_facts playbook for yum/dnf changes
Brenton Leanhardt 9 tahun lalu
induk
melakukan
400c4e2f37
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      playbooks/byo/openshift_facts.yml

+ 1 - 2
playbooks/byo/openshift_facts.yml

@@ -1,7 +1,6 @@
 ---
 - name: Gather Cluster facts
-  hosts: all
-  gather_facts: no
+  hosts: OSEv3
   roles:
   - openshift_facts
   tasks: