6 lines
131 B
YAML
6 lines
131 B
YAML
|
---
|
||
|
# handlers file for syncthing
|
||
|
- name: restart syncthing
|
||
|
service: name=syncthing@{{ username }} state=restarted
|
||
|
become: yes
|