Mailman: allow Apache to access the full-text index
This commit is contained in:
parent
6f64dc8195
commit
a1588faa10
1 changed files with 8 additions and 0 deletions
|
@ -63,6 +63,14 @@
|
|||
notify:
|
||||
- restart mailman3
|
||||
|
||||
# for access to the full-text index
|
||||
- name: add apache to the mailman group
|
||||
user: name=apache groups=mailman append=yes
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
- restart httpd
|
||||
|
||||
- name: set the mailman conffile
|
||||
template: src=mailman.cfg.j2 dest=/etc/mailman.cfg
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue