|
@@ -65,8 +65,10 @@
|
|
|
etcd_container_version: "{{ etcd_container_version_static_pod.stdout }}"
|
|
|
when:
|
|
|
- l_etcd_static_pod | bool
|
|
|
+ - "'stdout' in etcd_container_version_static_pod"
|
|
|
|
|
|
- debug:
|
|
|
msg: "Etcd containerized version {{ etcd_container_version }} detected"
|
|
|
+ when: etcd_container_version is defined
|
|
|
when:
|
|
|
- openshift_is_containerized | bool
|