diff options
| -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`.  | 
