summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2017-02-01 13:50:18 -0500
committerAndrew Butcher <abutcher@redhat.com>2017-02-01 13:50:18 -0500
commit54da5658227e8d12449b96237a59ca39fdaed6f1 (patch)
tree06a1f159822e80e1f924a1bda719e21d2bba8542 /playbooks
parent5990accbc3e82a8a8ceb4c8b719b12bc2cda4c80 (diff)
downloadopenshift-54da5658227e8d12449b96237a59ca39fdaed6f1.tar.gz
openshift-54da5658227e8d12449b96237a59ca39fdaed6f1.tar.bz2
openshift-54da5658227e8d12449b96237a59ca39fdaed6f1.tar.xz
openshift-54da5658227e8d12449b96237a59ca39fdaed6f1.zip
Fix openshift_hosted_logging bool typo.
Diffstat (limited to 'playbooks')
-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