Explorar o código

Fix openshift_hosted_logging bool typo.

Andrew Butcher %!s(int64=8) %!d(string=hai) anos
pai
achega
54da565822
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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