diff options
author | Jason DeTiberus <detiber@gmail.com> | 2017-02-01 13:53:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 13:53:35 -0500 |
commit | 27b41eeff4957d4961b758c64c76aeb085069563 (patch) | |
tree | 06a1f159822e80e1f924a1bda719e21d2bba8542 /playbooks | |
parent | 5990accbc3e82a8a8ceb4c8b719b12bc2cda4c80 (diff) | |
parent | 54da5658227e8d12449b96237a59ca39fdaed6f1 (diff) | |
download | openshift-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.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_hosted.yml | 2 |
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 |