aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2023-01-28 23:31:43 +0100
committerJulien Dessaux2023-01-28 23:31:43 +0100
commitbf985a2f54c0c5dadfb1e39822839fa0e7486eee (patch)
tree057721575a4d110ffbfa51c3483364e04ba43f1d
parentSimplify fact gathering by using the cli instead of a webapi request (diff)
downloadsyncthing-ansible-role-master.tar.gz
syncthing-ansible-role-master.tar.bz2
syncthing-ansible-role-master.zip
Allow members of the syncthing group to access the data directoryHEAD1.2master
-rw-r--r--tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/main.yaml b/tasks/main.yaml
index 218feb3..0ce96a0 100644
--- a/tasks/main.yaml
+++ b/tasks/main.yaml
@@ -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 }}"