harihud
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
xxxxxxxxxx