Imported from personal ansible repository
This commit is contained in:
parent
17afba8c33
commit
23e2941b3a
8 changed files with 448 additions and 0 deletions
4
handlers/main.yaml
Normal file
4
handlers/main.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: restart syncthing
|
||||
service:
|
||||
name: syncthing
|
||||
state: restarted
|
Reference in a new issue