mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
6 lines
129 B
YAML
6 lines
129 B
YAML
- name: Start and enable syncthing
|
|
systemd:
|
|
name: syncthing@{{ user }}
|
|
enabled: true
|
|
state: started
|
|
become: true |