Browse Source

Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failure

Fix etcd conditional check failure (issue #4121)
Jan Chaloupka 7 năm trước cách đây
mục cha
commit
0c350dcc7d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      roles/etcd/tasks/main.yml

+ 2 - 1
roles/etcd/tasks/main.yml

@@ -14,7 +14,8 @@
     name: etcd_common
   vars:
     r_etcd_common_action: drop_etcdctl
-  when: openshift_etcd_etcdctl_profile | default(true) | bool
+  when:
+  - openshift_etcd_etcdctl_profile | default(true) | bool
 
 - block:
   - name: Pull etcd container