1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-syncthing/handlers/main.yaml

4 lines
98 B
YAML

- name: restart syncthing
service:
name: "{{ syncthing_pre.service }}"
state: restarted