2017-03-26 21:33:16 +02:00
|
|
|
---
|
|
|
|
|
2020-06-22 13:24:53 +02:00
|
|
|
- name: Reload systemd
|
|
|
|
systemd: daemon_reload=yes
|
|
|
|
|
2017-03-26 21:33:16 +02:00
|
|
|
- name: Restart fastd
|
2018-01-21 20:46:21 +01:00
|
|
|
service: name=fastd@{{ site_code }}{{ item }} state=restarted
|
|
|
|
with_sequence: start=0 count={{ fastd_instances }}
|