Browse Source

Merge pull request #5074 from mtnbikenc/fix-duplicate-evaluate

Fix duplicate evaluate_groups.yml call during install
Scott Dodson 7 years ago
parent
commit
187c8805fc

+ 6 - 0
playbooks/byo/openshift-cluster/service-catalog.yml

@@ -5,6 +5,12 @@
 # currently supported method.
 #
 - include: initialize_groups.yml
+  tags:
+  - always
+
+- include: ../../common/openshift-cluster/std_include.yml
+  tags:
+  - always
 
 - include: ../../common/openshift-cluster/service_catalog.yml
   vars:

+ 0 - 1
playbooks/common/openshift-cluster/service_catalog.yml

@@ -1,5 +1,4 @@
 ---
-- include: evaluate_groups.yml
 
 - name: Update Master configs
   hosts: oo_masters