1
2
3
4
5
6
7
8
9
---
- name: "[OpenRC] Restart service: syncthing-{{ services.syncthing.user }} (to deploy config changes)"
service:
name: syncthing-{{ services.syncthing.user }}
state: restarted
when:
- ansible_service_mgr == "openrc"
listen: "Restart syncthing"