summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_logging.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-30 15:25:53 -0500
committerGitHub <noreply@github.com>2017-01-30 15:25:53 -0500
commit643d1d60919e3f2a258744e0c0b7b3a9105f9828 (patch)
tree54c4e99d98800bd507f2a4d044c844ecfee58eea /playbooks/common/openshift-cluster/openshift_logging.yml
parent3372da1e38a73a3f005e6263e7ccdb5aa858106a (diff)
parentfc6fc0c5c789fffc42d6848b8983342abeafff00 (diff)
downloadopenshift-643d1d60919e3f2a258744e0c0b7b3a9105f9828.tar.gz
openshift-643d1d60919e3f2a258744e0c0b7b3a9105f9828.tar.bz2
openshift-643d1d60919e3f2a258744e0c0b7b3a9105f9828.tar.xz
openshift-643d1d60919e3f2a258744e0c0b7b3a9105f9828.zip
Merge pull request #3222 from ewolinetz/fix_yamllint_logging
Resolving yamllint issues from logging playbooks
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_logging.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_logging.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_logging.yml b/playbooks/common/openshift-cluster/openshift_logging.yml
index 580d1e5a7..82f18f5e1 100644
--- a/playbooks/common/openshift-cluster/openshift_logging.yml
+++ b/playbooks/common/openshift-cluster/openshift_logging.yml
@@ -7,7 +7,7 @@
- name: Update Master configs
hosts: masters:!oo_first_master
tasks:
- - include_role:
- name: openshift_logging
- tasks_from: update_master_config
- when: openshift_logging_install_logging | default(false) | bool
+ - include_role:
+ name: openshift_logging
+ tasks_from: update_master_config
+ when: openshift_logging_install_logging | default(false) | bool