syncthing/handlers/main.yml
2019-04-11 18:52:29 +02:00

6 lines
132 B
YAML

---
# handlers file for syncthing
- name: restart syncthing
service: name=syncthing@{{ user.name }} state=restarted
become: yes