diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 11:27:29 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 11:27:29 -0500 |
commit | 9a0912ee6cf331d7a60044fc04621ad8bdaa7d94 (patch) | |
tree | 575bf7c929e722249fd9d2f4b21599ff09aed982 /playbooks/openshift-hosted/config.yml | |
parent | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff) | |
download | openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.tar.gz openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.tar.bz2 openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.tar.xz openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.zip |
Include Deprecation - openshift-hosted
Diffstat (limited to 'playbooks/openshift-hosted/config.yml')
-rw-r--r-- | playbooks/openshift-hosted/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-hosted/config.yml b/playbooks/openshift-hosted/config.yml index 8ee57ce8d..c7814207c 100644 --- a/playbooks/openshift-hosted/config.yml +++ b/playbooks/openshift-hosted/config.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/config.yml +- import_playbook: private/config.yml |