1
0
Fork 0

Allow members of the syncthing group to access the data directory

This commit is contained in:
Julien Dessaux 2023-01-28 23:31:43 +01:00
parent b6ee8f76c2
commit bf985a2f54
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -5,7 +5,7 @@
state: directory state: directory
path: "{{ item }}" path: "{{ item }}"
owner: "{{ syncthing_pre.user_group }}" owner: "{{ syncthing_pre.user_group }}"
mode: 0700 mode: 0750
loop: loop:
- "{{ syncthing_pre.config_dir }}" - "{{ syncthing_pre.config_dir }}"
- "{{ syncthing_pre.data_dir }}" - "{{ syncthing_pre.data_dir }}"