6 lines
129 B
YAML

- name: Start and enable syncthing
systemd:
name: syncthing@{{ user }}
enabled: true
state: started
become: true