Mailman: fix perms on the fulltext index dir

This commit is contained in:
Aurélien Bompard 2015-03-13 18:07:47 +00:00
parent dae72bcf1d
commit aa5c29adf5

View file

@ -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"