Browse Source

Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fix

Merged by openshift-bot
OpenShift Bot 7 năm trước cách đây
mục cha
commit
1f38d72448
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/etcd_common/tasks/main.yml

+ 1 - 1
roles/etcd_common/tasks/main.yml

@@ -6,4 +6,4 @@
 
 - name: Include main action task file
   include: "{{ r_etcd_common_action }}.yml"
-  when: r_etcd_common_action != "noop"
+  when: '"noop" not in r_etcd_common_action'