diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 16:31:51 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 16:31:51 -0500 |
commit | d64c920b751b99559729a88008c908053c40f68a (patch) | |
tree | 2b9cf06714591efd03ce1caed3e074b7e9f29172 /playbooks | |
parent | dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532 (diff) | |
download | openshift-d64c920b751b99559729a88008c908053c40f68a.tar.gz openshift-d64c920b751b99559729a88008c908053c40f68a.tar.bz2 openshift-d64c920b751b99559729a88008c908053c40f68a.tar.xz openshift-d64c920b751b99559729a88008c908053c40f68a.zip |
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 |