diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-02 17:17:10 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-02 17:17:10 -0500 |
commit | 400c4e2f375fda9e7da292360c300723655b89fa (patch) | |
tree | 504ba85a31162e244b5c3be6b0759b4b9cdd4ad0 | |
parent | f7835bc727bb2a290ebc42be9e16f3d775b2588b (diff) | |
parent | 205496053be231b99f8b92adcf79c39122e4c689 (diff) | |
download | openshift-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
-rw-r--r-- | playbooks/byo/openshift_facts.yml | 3 |
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: |