Disable user lingering & use system systemd services
This commit is contained in:
parent
d8c4f71c62
commit
42e0ee3182
11 changed files with 117 additions and 19 deletions
|
|
@ -1,3 +1,9 @@
|
|||
- name: create syncthing directory
|
||||
file:
|
||||
path: '{{ ansible_env.HOME }}/.config/syncthing'
|
||||
mode: '755'
|
||||
state: directory
|
||||
|
||||
- name: copy syncthing template
|
||||
template:
|
||||
src: 'templates/syncthing.j2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue