mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 10:08:13 -03:30
9 lines
167 B
YAML
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
|