# syncthing ~~ roles/syncthing/tasks/main.yml # Init syncthing user and settings --- - name: ensure syncthing package is present package: name: syncthing state: present - name: ensure syncthing is started and enabled service: name: syncthing state: restarted enabled: true