From eb1f8107bb5b76cec7004f9a1ea7effab5aa0516 Mon Sep 17 00:00:00 2001
From: Tomas Sedovic <tomas@sedovic.cz>
Date: Fri, 27 Oct 2017 18:00:50 +0200
Subject: Use correct host group in provision.yml

---
 playbooks/openstack/openshift-cluster/provision.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'playbooks')

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`.
-- 
cgit v1.2.3