summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/version_detect.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd/tasks/version_detect.yml')
-rw-r--r--roles/etcd/tasks/version_detect.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/etcd/tasks/version_detect.yml b/roles/etcd/tasks/version_detect.yml
index fe1e418d8..ab3626cec 100644
--- a/roles/etcd/tasks/version_detect.yml
+++ b/roles/etcd/tasks/version_detect.yml
@@ -12,7 +12,7 @@
- debug:
msg: "Etcd rpm version {{ etcd_rpm_version.stdout }} detected"
when:
- - not openshift.common.is_containerized | bool
+ - not openshift_is_containerized | bool
- block:
- name: Record containerized etcd version (docker)
@@ -52,4 +52,4 @@
- debug:
msg: "Etcd containerized version {{ etcd_container_version }} detected"
when:
- - openshift.common.is_containerized | bool
+ - openshift_is_containerized | bool