Update main.yml (#7557)
This commit is contained in:
parent
0feec14b15
commit
0071e3c99c
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
delegate_to: "{{ item }}"
|
delegate_to: "{{ item }}"
|
||||||
with_items: "{{ groups['broken_etcd'] }}"
|
with_items: "{{ groups['broken_etcd'] }}"
|
||||||
|
ignore_errors: true
|
||||||
when:
|
when:
|
||||||
- groups['broken_etcd']
|
- groups['broken_etcd']
|
||||||
- has_quorum
|
- has_quorum
|
||||||
|
|
Loading…
Reference in a new issue