ansible/syncthing/handlers/main.yml
2019-04-10 20:25:29 +02:00

6 lines
131 B
YAML

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