workstation/arch/roles/syncthing/tasks/main.yml

21 lines
318 B
YAML
Raw Permalink Normal View History

2020-07-07 13:39:05 +00:00
- name: Install Syncthing
become: yes
pacman:
name:
- syncthing
state: present
- name: Enable Syncthing
systemd:
name: syncthing
enabled: yes
state: started
scope: user
2020-07-07 20:36:42 +00:00
- name: Install Syncthing Tray
aur:
name:
- c++utilities
- qtutilities
- syncthingtray