Install and enable syncthing

This commit is contained in:
Jeremy Dormitzer 2020-07-07 09:39:05 -04:00
parent f18e5aefe0
commit bf907e5e2a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
- name: Install Syncthing
become: yes
pacman:
name:
- syncthing
state: present
- name: Enable Syncthing
systemd:
name: syncthing
enabled: yes
state: started
scope: user

View File

@ -22,3 +22,6 @@
- role: stumpwm
tags:
- stumpwm
- role: syncthing
tags:
- syncthing