diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 16:38:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 16:38:13 -0500 |
commit | afe031ec2f3db2f014c79ee16c5dc93d1b3e3199 (patch) | |
tree | c99368e38bb2b5c6cb2335a28f9e623123d4da41 | |
parent | 4e6df8801fcb627804b1f4075d25da6d38b49639 (diff) | |
parent | 3c96e6e50b906cc5d23e8ad0f3f273923333b47e (diff) | |
download | openshift-afe031ec2f3db2f014c79ee16c5dc93d1b3e3199.tar.gz openshift-afe031ec2f3db2f014c79ee16c5dc93d1b3e3199.tar.bz2 openshift-afe031ec2f3db2f014c79ee16c5dc93d1b3e3199.tar.xz openshift-afe031ec2f3db2f014c79ee16c5dc93d1b3e3199.zip |
Merge pull request #6233 from mtnbikenc/include-deprecation-openshift-management
Include Deprecation - openshift-management
-rw-r--r-- | playbooks/openshift-management/add_container_provider.yml | 4 | ||||
-rw-r--r-- | playbooks/openshift-management/config.yml | 4 | ||||
-rw-r--r-- | playbooks/openshift-management/uninstall.yml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/openshift-management/add_container_provider.yml b/playbooks/openshift-management/add_container_provider.yml index 9f3834c6a..e0970f525 100644 --- a/playbooks/openshift-management/add_container_provider.yml +++ b/playbooks/openshift-management/add_container_provider.yml @@ -1,4 +1,4 @@ --- -- include: ../init/evaluate_groups.yml +- import_playbook: ../init/evaluate_groups.yml -- include: private/add_container_provider.yml +- import_playbook: private/add_container_provider.yml diff --git a/playbooks/openshift-management/config.yml b/playbooks/openshift-management/config.yml index 8ee57ce8d..c7814207c 100644 --- a/playbooks/openshift-management/config.yml +++ b/playbooks/openshift-management/config.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/config.yml +- import_playbook: private/config.yml diff --git a/playbooks/openshift-management/uninstall.yml b/playbooks/openshift-management/uninstall.yml index 3741f4739..c92ade786 100644 --- a/playbooks/openshift-management/uninstall.yml +++ b/playbooks/openshift-management/uninstall.yml @@ -1,2 +1,2 @@ --- -- include: private/uninstall.yml +- import_playbook: private/uninstall.yml |