diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 15:53:54 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-30 15:10:13 -0500 |
commit | 2f76a594258e3ccdf55101c7266c65bd99c59abc (patch) | |
tree | a89012888958ded2748b547ee56ce792bc91b0af /playbooks/aws | |
parent | 6b6b422245be79dd3eec0c93a58875c646bbfba7 (diff) | |
download | openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.tar.gz openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.tar.bz2 openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.tar.xz openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.zip |
Playbook Consolidation - openshift-logging
Diffstat (limited to 'playbooks/aws')
-rw-r--r-- | playbooks/aws/openshift-cluster/hosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/hosted.yml b/playbooks/aws/openshift-cluster/hosted.yml index da7ec9d21..1dabae357 100644 --- a/playbooks/aws/openshift-cluster/hosted.yml +++ b/playbooks/aws/openshift-cluster/hosted.yml @@ -4,7 +4,7 @@ - include: ../../openshift-metrics/private/config.yml when: openshift_metrics_install_metrics | default(false) | bool -- include: ../../common/openshift-cluster/openshift_logging.yml +- include: ../../openshift-logging/private/config.yml when: openshift_logging_install_logging | default(false) | bool - include: ../../openshift-prometheus/private/config.yml |