diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2016-07-12 16:42:19 +0200 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2016-07-12 16:42:19 +0200 |
commit | 335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0 (patch) | |
tree | 0bb46ed4a725bb6fb20c57f4f18b04f236b51cdc /playbooks | |
parent | 8d5093659acb2947fe1734ff2035073a091d3647 (diff) | |
download | openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.tar.gz openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.tar.bz2 openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.tar.xz openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.zip |
Fix bin/cluster openstack related error
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openstack/openshift-cluster/dns.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/openstack/openshift-cluster/dns.yml b/playbooks/openstack/openshift-cluster/dns.yml index 31113d5f0..446a1846f 100644 --- a/playbooks/openstack/openshift-cluster/dns.yml +++ b/playbooks/openstack/openshift-cluster/dns.yml @@ -35,6 +35,11 @@ - vars.yml - cluster_hosts.yml 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 |