Browse Source

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

Merged by openshift-bot
OpenShift Bot 7 years ago
parent
commit
1f38d72448
1 changed files with 1 additions and 1 deletions
  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'