Browse Source

Fix openshift_hosted_logging bool typo.

Andrew Butcher 8 years ago
parent
commit
54da565822
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/common/openshift-cluster/openshift_hosted.yml

+ 1 - 1
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