diff options
| author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-08-17 06:58:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-17 06:58:59 -0400 |
| commit | 1f38d72448d1823c0664fb27a67af43365cb95a0 (patch) | |
| tree | 5d4b16d48e56e5358544e36e9df8ffaf1655f448 | |
| parent | 40974a520f71a5631fccd1f6a8d7c063c0f1b901 (diff) | |
| parent | bb4bd3209c93523364793fd7b3f43ef66d7a88a1 (diff) | |
Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fix
Merged by openshift-bot
| -rw-r--r-- | roles/etcd_common/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd_common/tasks/main.yml b/roles/etcd_common/tasks/main.yml index 6ed87e6c7..f5bcd03ee 100644 --- a/roles/etcd_common/tasks/main.yml +++ b/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' |
