summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
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/aws
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/aws')
-rw-r--r--playbooks/aws/openshift-cluster/hosted.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/hosted.yml b/playbooks/aws/openshift-cluster/hosted.yml
index 32139e150..fbef9c3d0 100644
--- a/playbooks/aws/openshift-cluster/hosted.yml
+++ b/playbooks/aws/openshift-cluster/hosted.yml
@@ -13,7 +13,7 @@
- include: ../../common/openshift-cluster/service_catalog.yml
when: openshift_enable_service_catalog | default(false) | bool
-- include: ../../common/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