Browse Source

Fix openshift_hosted_logging bool typo.

Andrew Butcher 8 năm trước cách đây
mục cha
commit
54da565822
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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