fix: add tasks to remove etcd-events member when remove kube_control_plane node

pull/11144/head
Balázs Bognár 2024-04-30 11:26:27 +02:00
parent 4ad29a284f
commit c0db4621f2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -87,4 +87,4 @@
delegate_to: "{{ groups['etcd'] | first }}"
when:
- inventory_hostname in groups['etcd']
- etcd_member_id.stdout | length > 0
- etcd-events_member_id.stdout | length > 0