any.software.syncthing: add role

This commit is contained in:
Jef Roosens 2026-01-05 22:27:25 +01:00
parent 00342d5027
commit 1a36730629
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
3 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
- name: 'restart syncthing'
ansible.builtin.systemd_service:
name: 'syncthing'
state: 'restarted'
daemon_reload: true