restrict permissions on mounts

This commit is contained in:
Oli
2023-02-04 23:34:41 +00:00
parent a44b410265
commit 977a12730f
4 changed files with 10 additions and 8 deletions

View File

@@ -69,7 +69,7 @@
- name: Create rclone cache/log directory
file:
path: "{{ item }}"
mode: 0755
mode: 0750
state: directory
loop:
- "{{ rclone_cache_dir }}"