summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/auxiliary/drop_etcdctl.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd/tasks/auxiliary/drop_etcdctl.yml')
-rw-r--r--roles/etcd/tasks/auxiliary/drop_etcdctl.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/etcd/tasks/auxiliary/drop_etcdctl.yml b/roles/etcd/tasks/auxiliary/drop_etcdctl.yml
index 603f2531f..cab835e20 100644
--- a/roles/etcd/tasks/auxiliary/drop_etcdctl.yml
+++ b/roles/etcd/tasks/auxiliary/drop_etcdctl.yml
@@ -1,9 +1,9 @@
---
- name: Install etcd for etcdctl
package: name=etcd{{ '-' + etcd_version if etcd_version is defined else '' }} state=present
- when: not openshift.common.is_atomic | bool
+ when: not openshift_is_containerized | bool
register: result
- until: result | success
+ until: result is succeeded
- name: Configure etcd profile.d aliases
template: