summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-07-05 20:47:20 -0700
committerGitHub <noreply@github.com>2016-07-05 20:47:20 -0700
commit5642f1c1f129ea746dcb6c90dbd48a29def14f9f (patch)
treed3607d624e42afe74cbca242b9bf931ba1ededb2 /playbooks
parentc903318b32c33a04b420e2240e15fc20cf184aee (diff)
parent5994ed458a90b66f4231d43dcbb4b46b51737e89 (diff)
downloadopenshift-5642f1c1f129ea746dcb6c90dbd48a29def14f9f.tar.gz
openshift-5642f1c1f129ea746dcb6c90dbd48a29def14f9f.tar.bz2
openshift-5642f1c1f129ea746dcb6c90dbd48a29def14f9f.tar.xz
openshift-5642f1c1f129ea746dcb6c90dbd48a29def14f9f.zip
Merge pull request #1969 from detiber/libvirt
Libvirt provider fixes
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/update_repos_and_packages.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/update_repos_and_packages.yml b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
index 0a37d4597..e3d16d359 100644
--- a/playbooks/common/openshift-cluster/update_repos_and_packages.yml
+++ b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
@@ -5,6 +5,11 @@
vars:
openshift_deployment_type: "{{ deployment_type }}"
roles:
+ # Explicitly calling openshift_facts because it appears that when
+ # rhel_subscribe is skipped that the openshift_facts dependency for
+ # openshift_repos is also skipped (this is the case at least for Ansible
+ # 2.0.2)
+ - openshift_facts
- role: rhel_subscribe
when: deployment_type in ["enterprise", "atomic-enterprise", "openshift-enterprise"] and
ansible_distribution == "RedHat" and