2016-01-19 14:23:19 +00:00
|
|
|
---
|
2016-01-21 20:18:45 +00:00
|
|
|
- name: INSTALL | Copy etcd binaries
|
2016-01-22 15:37:07 +00:00
|
|
|
command: cp -pf "{{ etcd_bin_dir }}/{{ item }}" "{{ bin_dir }}"
|
2016-01-19 14:23:19 +00:00
|
|
|
with_items:
|
|
|
|
- etcdctl
|
|
|
|
- etcd
|
2016-01-22 15:37:07 +00:00
|
|
|
changed_when: false
|
2016-01-19 14:23:19 +00:00
|
|
|
notify: restart etcd
|