Enable Syncthing on desktop machines as a systemd unit

This commit is contained in:
Salt 2020-05-31 20:29:38 -05:00
parent 13bd8547ff
commit cb2763e361

View File

@ -203,4 +203,11 @@
loop:
- mpd.socket
- mpd.service
- name: Start services
systemd:
name: "{{ item }}"
enabled: yes
state: started
loop:
- syncthing@salt.service
become: yes