diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-10-27 18:00:50 +0200 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-11-07 14:35:46 +1100 |
commit | eb1f8107bb5b76cec7004f9a1ea7effab5aa0516 (patch) | |
tree | 60e68b1ceaeb5d8f20f055a5aea409eec9db8a46 /playbooks/openstack | |
parent | 94413931c26e47fd9acd3c0d20bbcfd1704755d1 (diff) | |
download | openshift-eb1f8107bb5b76cec7004f9a1ea7effab5aa0516.tar.gz openshift-eb1f8107bb5b76cec7004f9a1ea7effab5aa0516.tar.bz2 openshift-eb1f8107bb5b76cec7004f9a1ea7effab5aa0516.tar.xz openshift-eb1f8107bb5b76cec7004f9a1ea7effab5aa0516.zip |
Use correct host group in provision.yml
Diffstat (limited to 'playbooks/openstack')
-rw-r--r-- | playbooks/openstack/openshift-cluster/provision.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openstack/openshift-cluster/provision.yml b/playbooks/openstack/openshift-cluster/provision.yml index 5b20d5720..ed44d4a32 100644 --- a/playbooks/openstack/openshift-cluster/provision.yml +++ b/playbooks/openstack/openshift-cluster/provision.yml @@ -14,7 +14,7 @@ # and configure their DNS if they have to. - name: Prepare the Nodes in the cluster for installation - hosts: cluster_hosts + hosts: oo_all_hosts become: true # NOTE: The nodes may not be up yet, don't gather facts here. # They'll be collected after `wait_for_connection`. |