any.software.syncthing: add role
This commit is contained in:
parent
00342d5027
commit
1a36730629
3 changed files with 62 additions and 0 deletions
7
roles/any.software.syncthing/handlers/main.yml
Normal file
7
roles/any.software.syncthing/handlers/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: 'restart syncthing'
|
||||
ansible.builtin.systemd_service:
|
||||
name: 'syncthing'
|
||||
state: 'restarted'
|
||||
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue