mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-07-02 08:11:21 -07:00
5 lines
204 B
YAML
5 lines
204 B
YAML
- name: Make sure syncthing is enabled
|
|
ansible.builtin.shell: systemctl enable syncthing@{{ user }}
|
|
|
|
- name: Make sure syncthing is started
|
|
ansible.builtin.shell: systemctl start syncthing@{{ user }} |