fix folder permissions
This commit is contained in:
parent
e798c4bce9
commit
6811450336
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
group: "{{ item.group|d('pdns') }}"
|
||||
mode: "{{ item.mode|d('0755') }}"
|
||||
with_items:
|
||||
- { "path": "/var/lib/powerdns/letsencrypt/", "owner": "letsencrypt" }
|
||||
- { "path": "/var/lib/powerdns/letsencrypt/", "owner": "letsencrypt", "mode": "0775" }
|
||||
|
||||
- name: ensure database permissions
|
||||
file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue