diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-16 16:33:45 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-08-16 16:34:10 -0400 |
commit | bb4bd3209c93523364793fd7b3f43ef66d7a88a1 (patch) | |
tree | dc6dbbceba9789019c23f355610b6fbf19dae48f /roles/etcd_common | |
parent | 6c0760068922d06ca161d833c1e9dc442ab8960e (diff) | |
download | openshift-bb4bd3209c93523364793fd7b3f43ef66d7a88a1.tar.gz openshift-bb4bd3209c93523364793fd7b3f43ef66d7a88a1.tar.bz2 openshift-bb4bd3209c93523364793fd7b3f43ef66d7a88a1.tar.xz openshift-bb4bd3209c93523364793fd7b3f43ef66d7a88a1.zip |
Don't include noop
Diffstat (limited to 'roles/etcd_common')
-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' |