mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-23 07:28:06 -03:30
- Run docker run from script rather than directly from systemd target - Refactoring styling/templates Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
8 lines
157 B
YAML
8 lines
157 B
YAML
---
|
|
- name: Refresh config | Create etcd config file
|
|
template:
|
|
src: etcd.env.yml
|
|
dest: /etc/etcd.env
|
|
notify: restart etcd
|
|
when: is_etcd_master
|