ansible/roles/etherpad/handlers/main.yml
Hadrien Patte 5c5195cc2c
Fix: use systemd instead of command module
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
2019-03-03 19:32:42 +01:00

6 lines
123 B
YAML

---
# Reload systemd daemons when a service file changes
- name: Reload systemd daemons
systemd:
daemon_reload: true