소스 검색

Fix openshift_facts playbook for yum/dnf changes

Jason DeTiberus 9 년 전
부모
커밋
205496053b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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: