ansible/syncthing/handlers/main.yml

6 lines
131 B
YAML
Raw Normal View History

2019-04-10 18:25:29 +00:00
---
# handlers file for syncthing
- name: restart syncthing
service: name=syncthing@{{ username }} state=restarted
become: yes