diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 08:59:55 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 08:59:55 -0500 |
commit | 3d20df36ec19c6401eef0789aaa2e0d352e6db25 (patch) | |
tree | 978adf1a6e35a0cb6c27228c23173172389d7776 /playbooks/common/openshift-cluster | |
parent | 46ce19180bf4fe05327ab8a15bb689d908779e75 (diff) | |
download | openshift-3d20df36ec19c6401eef0789aaa2e0d352e6db25.tar.gz openshift-3d20df36ec19c6401eef0789aaa2e0d352e6db25.tar.bz2 openshift-3d20df36ec19c6401eef0789aaa2e0d352e6db25.tar.xz openshift-3d20df36ec19c6401eef0789aaa2e0d352e6db25.zip |
Playbook Consolidation - openshift-management
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index fce5b652d..a98b1df5f 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -29,7 +29,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 |