fix(mailcow): backup directory permissions
Sadly mailcow needs global permissions on this folder :(
This commit is contained in:
parent
2e82ca3a9f
commit
b7195a4d8b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
state: directory
|
state: directory
|
||||||
mode: "0700"
|
mode: "0755"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Open ports
|
- name: Open ports
|
||||||
|
|
Loading…
Add table
Reference in a new issue