Don't overwrite syncthing config
see https://docs.syncthing.net/users/config.html#config-file-format
This commit is contained in:
parent
87cb122f82
commit
383b835101
1 changed files with 3 additions and 0 deletions
|
|
@ -3,9 +3,12 @@
|
||||||
path: '{{ xdg_config_dir }}/syncthing'
|
path: '{{ xdg_config_dir }}/syncthing'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
# Syncthing config files should not be overwritten,
|
||||||
|
# see https://docs.syncthing.net/users/config.html#config-file-format
|
||||||
- name: copy configuration file
|
- name: copy configuration file
|
||||||
template:
|
template:
|
||||||
src: 'templates/{{ platform }}/syncthing.j2'
|
src: 'templates/{{ platform }}/syncthing.j2'
|
||||||
dest: '{{ xdg_config_dir }}/syncthing/config.xml'
|
dest: '{{ xdg_config_dir }}/syncthing/config.xml'
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
|
force: false
|
||||||
notify: restart syncthing
|
notify: restart syncthing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue