Explorar el Código

Fix openshift_hosted_logging bool typo.

Andrew Butcher hace 8 años
padre
commit
54da565822
Se han modificado 1 ficheros con 1 adiciones y 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