backup_server: Allow backup user to write
This commit is contained in:
parent
f3293d4b05
commit
5dc08701b2
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
ansible.builtin.file:
|
||||
path: /export/backup
|
||||
state: directory
|
||||
mode: "0755"
|
||||
mode: "0770"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
group: backup
|
||||
|
||||
- name: Link backup directory
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Reference in a new issue