2022-11-12 11:17:16 -08:00

5 lines
204 B
YAML

- name: Make sure syncthing is enabled
ansible.builtin.shell: systemctl enable syncthing@{{ user }}
- name: Make sure syncthing is started
ansible.builtin.shell: systemctl start syncthing@{{ user }}