backup_base: More restrictive permissions
This commit is contained in:
parent
788c9fa453
commit
5e5ebf937c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /export/backup
|
path: /export/backup
|
||||||
state: directory
|
state: directory
|
||||||
mode: "0770"
|
mode: "0750"
|
||||||
owner: root
|
owner: root
|
||||||
group: backup
|
group: backup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue