Browse Source

Merge pull request #1013 from detiber/fixFactPlaybook

Fix openshift_facts playbook for yum/dnf changes
Brenton Leanhardt 9 years ago
parent
commit
400c4e2f37
1 changed files with 1 additions and 2 deletions
  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: