diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-27 16:22:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 16:22:16 -0500 |
commit | c5de3391772fa41f0af79f7d40ced016454d86ea (patch) | |
tree | d7aff1972019a7b756d48dc922b33a5f60e06a66 /playbooks | |
parent | e7e699a4201754fe9ccd1b9adffad5be5fff18b3 (diff) | |
parent | d64c920b751b99559729a88008c908053c40f68a (diff) | |
download | openshift-c5de3391772fa41f0af79f7d40ced016454d86ea.tar.gz openshift-c5de3391772fa41f0af79f7d40ced016454d86ea.tar.bz2 openshift-c5de3391772fa41f0af79f7d40ced016454d86ea.tar.xz openshift-c5de3391772fa41f0af79f7d40ced016454d86ea.zip |
Merge pull request #6240 from mtnbikenc/include-deprecation-openshift-service-catalog
Include Deprecation - openshift-service-catalog
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-service-catalog/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-service-catalog/config.yml b/playbooks/openshift-service-catalog/config.yml index 8ee57ce8d..c7814207c 100644 --- a/playbooks/openshift-service-catalog/config.yml +++ b/playbooks/openshift-service-catalog/config.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/config.yml +- import_playbook: private/config.yml |