workaround case for etcdctl not yet being installed
This commit is contained in:
parent
11380769cd
commit
09755774ac
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,5 @@
|
||||||
{{ bin_dir }}/etcdctl --no-sync --peers={{ etcd_access_addresses | regex_replace('https','http') }} member list |
|
{{ bin_dir }}/etcdctl --no-sync --peers={{ etcd_access_addresses | regex_replace('https','http') }} member list |
|
||||||
awk -F"[: =]" '{print "{{ bin_dir }}/etcdctl --peers={{ etcd_access_addresses | regex_replace('https','http') }} member update "$1" https:"$7":"$8}' | bash
|
awk -F"[: =]" '{print "{{ bin_dir }}/etcdctl --peers={{ etcd_access_addresses | regex_replace('https','http') }} member update "$1" https:"$7":"$8}' | bash
|
||||||
run_once: true
|
run_once: true
|
||||||
when: 'etcd_member_list is defined and "http://" in etcd_member_list.stdout'
|
when: 'etcd_member_list.rc != 2 and "http://" in etcd_member_list.stdout'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue