Allow members of the syncthing group to access the data directory
This commit is contained in:
parent
b6ee8f76c2
commit
bf985a2f54
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
state: directory
|
||||
path: "{{ item }}"
|
||||
owner: "{{ syncthing_pre.user_group }}"
|
||||
mode: 0700
|
||||
mode: 0750
|
||||
loop:
|
||||
- "{{ syncthing_pre.config_dir }}"
|
||||
- "{{ syncthing_pre.data_dir }}"
|
||||
|
|
Reference in a new issue