Skip to content
Snippets Groups Projects
Commit ab8fdba4 authored by Smana's avatar Smana
Browse files

deployment idempotent

parent 51f55f37
Branches
Tags
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
command: rsync -piu "{{ etcd_bin_dir }}/etcd" "{{ bin_dir }}/etcd" command: rsync -piu "{{ etcd_bin_dir }}/etcd" "{{ bin_dir }}/etcd"
when: etcd_deployment_type == "host" when: etcd_deployment_type == "host"
register: etcd_copy register: etcd_copy
changed_when: false
- name: Install | Copy etcdctl binary from downloaddir - name: Install | Copy etcdctl binary from downloaddir
command: rsync -piu "{{ etcd_bin_dir }}/etcdctl" "{{ bin_dir }}/etcdctl" command: rsync -piu "{{ etcd_bin_dir }}/etcdctl" "{{ bin_dir }}/etcdctl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment