rclone: Fix config directory permissions
This commit is contained in:
parent
518e522a50
commit
d7527a8a6f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/rclone
|
path: /etc/rclone
|
||||||
state: directory
|
state: directory
|
||||||
mode: "0750"
|
mode: "0770"
|
||||||
owner: root
|
owner: root
|
||||||
group: backup
|
group: backup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue