8 lines
167 B
YAML
8 lines
167 B
YAML
---
|
|
- include: install.yml
|
|
- include: configure.yml
|
|
|
|
- name: Restart etcd if binary changed
|
|
command: /bin/true
|
|
notify: restart etcd
|
|
when: etcd_copy.stdout_lines
|