summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-22 12:55:18 -0500
committerGitHub <noreply@github.com>2017-11-22 12:55:18 -0500
commit6cde29151f922127c7ea45a8949a015998739945 (patch)
treedca09f88a9482701241da92c798c8abe71b649e0 /playbooks/common/openshift-cluster/config.yml
parentdf81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff)
parent3d20df36ec19c6401eef0789aaa2e0d352e6db25 (diff)
downloadopenshift-6cde29151f922127c7ea45a8949a015998739945.tar.gz
openshift-6cde29151f922127c7ea45a8949a015998739945.tar.bz2
openshift-6cde29151f922127c7ea45a8949a015998739945.tar.xz
openshift-6cde29151f922127c7ea45a8949a015998739945.zip
Merge pull request #6220 from mtnbikenc/consolidate-openshift-management
Playbook Consolidation - openshift-management
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r--playbooks/common/openshift-cluster/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index de2c7b813..c14dcd318 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -32,7 +32,7 @@
- include: service_catalog.yml
when: openshift_enable_service_catalog | default(true) | bool
-- include: ../openshift-management/config.yml
+- include: ../../openshift-management/private/config.yml
when: openshift_management_install_management | default(false) | bool
- name: Print deprecated variable warning message if necessary