diff options
Diffstat (limited to 'playbooks/openstack/openshift-cluster/install.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/install.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/playbooks/openstack/openshift-cluster/install.yml b/playbooks/openstack/openshift-cluster/install.yml index 40d4767ba..1c4f609e3 100644 --- a/playbooks/openstack/openshift-cluster/install.yml +++ b/playbooks/openstack/openshift-cluster/install.yml @@ -8,11 +8,8 @@ # values here. We do it in the OSEv3 group vars. Do we need to add # some logic here? -- name: normalize groups - include: ../../byo/openshift-cluster/initialize_groups.yml - -- name: run the std_include - include: ../../common/openshift-cluster/std_include.yml +- name: run the initialization + include: ../../init/main.yml - name: run the config include: ../../common/openshift-cluster/config.yml |