Mailman: fix perms on the fulltext index dir
This commit is contained in:
parent
dae72bcf1d
commit
aa5c29adf5
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
|
||||
- name: create the fulltext index dir
|
||||
file: path="{{ mailman_webui_basedir }}/fulltext_index"
|
||||
state=directory owner=mailman group=mailman mode=0755
|
||||
state=directory owner=apache group=apache mode=0755
|
||||
|
||||
- name: create the hyperkitty static files dir
|
||||
file: path="{{ mailman_webui_basedir }}/static"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue