summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-12-02 17:17:10 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-12-02 17:17:10 -0500
commit400c4e2f375fda9e7da292360c300723655b89fa (patch)
tree504ba85a31162e244b5c3be6b0759b4b9cdd4ad0 /playbooks
parentf7835bc727bb2a290ebc42be9e16f3d775b2588b (diff)
parent205496053be231b99f8b92adcf79c39122e4c689 (diff)
downloadopenshift-400c4e2f375fda9e7da292360c300723655b89fa.tar.gz
openshift-400c4e2f375fda9e7da292360c300723655b89fa.tar.bz2
openshift-400c4e2f375fda9e7da292360c300723655b89fa.tar.xz
openshift-400c4e2f375fda9e7da292360c300723655b89fa.zip
Merge pull request #1013 from detiber/fixFactPlaybook
Fix openshift_facts playbook for yum/dnf changes
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/byo/openshift_facts.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/byo/openshift_facts.yml b/playbooks/byo/openshift_facts.yml
index 6d7c12fd4..babdfb952 100644
--- a/playbooks/byo/openshift_facts.yml
+++ b/playbooks/byo/openshift_facts.yml
@@ -1,7 +1,6 @@
---
- name: Gather Cluster facts
- hosts: all
- gather_facts: no
+ hosts: OSEv3
roles:
- openshift_facts
tasks: