Browse Source

Update main.yml (#7557)

pull/7565/head
harihud 4 years ago
committed by GitHub
parent
commit
0071e3c99c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/recover_control_plane/etcd/tasks/main.yml

1
roles/recover_control_plane/etcd/tasks/main.yml

@ -36,6 +36,7 @@
state: absent
delegate_to: "{{ item }}"
with_items: "{{ groups['broken_etcd'] }}"
ignore_errors: true
when:
- groups['broken_etcd']
- has_quorum

|||||||
100:0
Loading…
Cancel
Save