summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd/service.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-etcd/service.yml')
-rw-r--r--playbooks/common/openshift-etcd/service.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/playbooks/common/openshift-etcd/service.yml b/playbooks/common/openshift-etcd/service.yml
index a039d30b8..ced4bddc5 100644
--- a/playbooks/common/openshift-etcd/service.yml
+++ b/playbooks/common/openshift-etcd/service.yml
@@ -9,8 +9,11 @@
when: new_cluster_state is not defined
- name: Evaluate g_service_etcd
- add_host: name={{ item }} groups=g_service_etcd
+ add_host:
+ name: "{{ item }}"
+ groups: g_service_etcd
with_items: "{{ oo_host_group_exp | default([]) }}"
+ changed_when: False
- name: Change etcd state on etcd instance(s)
hosts: g_service_etcd