Skip to content
Snippets Groups Projects
Unverified Commit d8a197ca authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Fix remove etcd broken with etcdctl_api 3 (#6448)

parent 1f9841f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment