Przeglądaj źródła

Fix openshift_facts playbook for yum/dnf changes

Jason DeTiberus 9 lat temu
rodzic
commit
205496053b
1 zmienionych plików z 1 dodań i 2 usunięć
  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: