6 lines
114 B
YAML
6 lines
114 B
YAML
---
|
|
- name: Restart syncthing
|
|
ansible.builtin.systemd:
|
|
name: "{{ syncthing_service }}"
|
|
state: restarted
|