summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2017-02-01 13:53:35 -0500
committerGitHub <noreply@github.com>2017-02-01 13:53:35 -0500
commit27b41eeff4957d4961b758c64c76aeb085069563 (patch)
tree06a1f159822e80e1f924a1bda719e21d2bba8542
parent5990accbc3e82a8a8ceb4c8b719b12bc2cda4c80 (diff)
parent54da5658227e8d12449b96237a59ca39fdaed6f1 (diff)
downloadopenshift-27b41eeff4957d4961b758c64c76aeb085069563.tar.gz
openshift-27b41eeff4957d4961b758c64c76aeb085069563.tar.bz2
openshift-27b41eeff4957d4961b758c64c76aeb085069563.tar.xz
openshift-27b41eeff4957d4961b758c64c76aeb085069563.zip
Merge pull request #3246 from abutcher/boola
Fix openshift_hosted_logging bool typo.
-rw-r--r--playbooks/common/openshift-cluster/openshift_hosted.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_hosted.yml b/playbooks/common/openshift-cluster/openshift_hosted.yml
index 021d19dad..34f1a979b 100644
--- a/playbooks/common/openshift-cluster/openshift_hosted.yml
+++ b/playbooks/common/openshift-cluster/openshift_hosted.yml
@@ -55,4 +55,4 @@
- include_role:
name: openshift_hosted_logging
tasks_from: update_master_config
- when: openshift_hosted_logging_deploy | default(false) | boola
+ when: openshift_hosted_logging_deploy | default(false) | bool