Fix remove etcd broken with etcdctl_api 3 (#6448)

pull/6410/head
Florian Ruynat 2020-07-27 08:32:29 +02:00 committed by GitHub
parent 1f9841f609
commit d8a197ca51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- inventory_hostname in groups['etcd']
- name: Lookup etcd member id
shell: "{{ bin_dir }}/etcdctl member list | grep {{ node_ip }} | cut -d: -f1"
shell: "{{ bin_dir }}/etcdctl member list | grep {{ node_ip }} | cut -d, -f1"
register: etcd_member_id
ignore_errors: true
changed_when: false