2022-11-13 00:45:02 -08:00

9 lines
236 B
YAML

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