From 408eaa1b50d58d3e1378f4fa5f1ddd2196bf2fd9 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Fri, 11 Aug 2017 16:37:15 -0400 Subject: Fix duplicate evaluate_groups.yml call during install The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate. --- playbooks/common/openshift-cluster/service_catalog.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'playbooks/common') diff --git a/playbooks/common/openshift-cluster/service_catalog.yml b/playbooks/common/openshift-cluster/service_catalog.yml index 6c12875fe..599350258 100644 --- a/playbooks/common/openshift-cluster/service_catalog.yml +++ b/playbooks/common/openshift-cluster/service_catalog.yml @@ -1,5 +1,4 @@ --- -- include: evaluate_groups.yml - name: Update Master configs hosts: oo_masters -- cgit v1.2.3