diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 13:38:06 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 13:38:06 -0500 |
commit | 3c96e6e50b906cc5d23e8ad0f3f273923333b47e (patch) | |
tree | 4338eba42c3296c8be6fd44e1dfb311958ceaf73 /playbooks/openshift-management | |
parent | 71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff) | |
download | openshift-3c96e6e50b906cc5d23e8ad0f3f273923333b47e.tar.gz openshift-3c96e6e50b906cc5d23e8ad0f3f273923333b47e.tar.bz2 openshift-3c96e6e50b906cc5d23e8ad0f3f273923333b47e.tar.xz openshift-3c96e6e50b906cc5d23e8ad0f3f273923333b47e.zip |
Include Deprecation - openshift-management
Diffstat (limited to 'playbooks/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 |