9 lines
197 B
YAML
9 lines
197 B
YAML
---
|
|
|
|
- name: Reload systemd
|
|
systemd: daemon_reload=yes
|
|
|
|
- name: Restart fastd
|
|
service: name=fastd@{{ site_code }}{{ item }} state=restarted
|
|
with_sequence: start=0 count={{ fastd_instances }}
|