diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-06 09:27:18 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-07 12:30:17 -0500 |
commit | e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b (patch) | |
tree | 522e5fda89c0009c53b452ec13863d57b68c2bc3 /playbooks/openshift-logging | |
parent | 54175f4b668cc1e6108b7d0af13275fcda9f586f (diff) | |
download | openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.tar.gz openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.tar.bz2 openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.tar.xz openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.zip |
Include Deprecation: Convert to import_playbook
Diffstat (limited to 'playbooks/openshift-logging')
-rw-r--r-- | playbooks/openshift-logging/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-logging/config.yml b/playbooks/openshift-logging/config.yml index 8837a2d32..d71b4f1c5 100644 --- a/playbooks/openshift-logging/config.yml +++ b/playbooks/openshift-logging/config.yml @@ -4,6 +4,6 @@ # Hosted logging on. See inventory/byo/hosts.*.example for the # currently supported method. # -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/config.yml +- import_playbook: private/config.yml |