6 lines
195 B
YAML
6 lines
195 B
YAML
- name: copy syncthing template
|
|
template:
|
|
src: 'templates/syncthing.j2'
|
|
dest: '{{ ansible_env.HOME }}/.config/syncthing/config.xml'
|
|
mode: '0600'
|
|
notify: restart syncthing service
|