deployment idempotent
This commit is contained in:
parent
6e1870e5b4
commit
28204d18cb
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
command: rsync -piu "{{ etcd_bin_dir }}/etcd" "{{ bin_dir }}/etcd"
|
||||
when: etcd_deployment_type == "host"
|
||||
register: etcd_copy
|
||||
changed_when: false
|
||||
|
||||
- name: Install | Copy etcdctl binary from downloaddir
|
||||
command: rsync -piu "{{ etcd_bin_dir }}/etcdctl" "{{ bin_dir }}/etcdctl"
|
||||
|
|
Loading…
Reference in a new issue