diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 14:16:03 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 14:16:03 -0500 |
commit | 236501cf3dc1fce2ab3e78af1e22079b436c3d1e (patch) | |
tree | e310e4fb34fcac503a076f0c71c8e4ea7298bf80 /playbooks | |
parent | 71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff) | |
download | openshift-236501cf3dc1fce2ab3e78af1e22079b436c3d1e.tar.gz openshift-236501cf3dc1fce2ab3e78af1e22079b436c3d1e.tar.bz2 openshift-236501cf3dc1fce2ab3e78af1e22079b436c3d1e.tar.xz openshift-236501cf3dc1fce2ab3e78af1e22079b436c3d1e.zip |
Include Deprecation - openshift-prometheus
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-prometheus/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-prometheus/config.yml b/playbooks/openshift-prometheus/config.yml index 8ee57ce8d..c7814207c 100644 --- a/playbooks/openshift-prometheus/config.yml +++ b/playbooks/openshift-prometheus/config.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/config.yml +- import_playbook: private/config.yml |