Fix check for removing etcd member (#5051)
Change-Id: Ib27d051ff111f813097a9b33a86465a2a30a6db0
This commit is contained in:
parent
a44235d11b
commit
75d1be8272
1 changed files with 1 additions and 1 deletions
|
@ -51,4 +51,4 @@
|
|||
delegate_to: "{{ groups['etcd']|first }}"
|
||||
when:
|
||||
- inventory_hostname in groups['etcd']
|
||||
- not etcd_member_id.stdout
|
||||
- etcd_member_id.stdout | length > 0
|
||||
|
|
Loading…
Reference in a new issue