kubespray/roles/etcd/tasks/main.yml

9 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