diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-07-12 13:18:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 13:18:45 -0400 |
commit | a30091fa453bf6f4a5c6827b52cbabbf1520672c (patch) | |
tree | fba3b4f8a48b04d41592b373d41ad2519596ed08 | |
parent | c74243271eaec6c8a21d31557366fc80ff361023 (diff) | |
parent | 335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0 (diff) | |
download | openshift-a30091fa453bf6f4a5c6827b52cbabbf1520672c.tar.gz openshift-a30091fa453bf6f4a5c6827b52cbabbf1520672c.tar.bz2 openshift-a30091fa453bf6f4a5c6827b52cbabbf1520672c.tar.xz openshift-a30091fa453bf6f4a5c6827b52cbabbf1520672c.zip |
Merge pull request #2141 from lhuard1A/fix_dns
Fix bin/cluster openstack related error
-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 |