From a1588faa10caabd3c735261b292daa61c69bacd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 11 Mar 2014 12:59:15 +0000 Subject: [PATCH] Mailman: allow Apache to access the full-text index --- roles/mailman/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/mailman/tasks/main.yml b/roles/mailman/tasks/main.yml index 75619c1ec5..686f3dbad5 100644 --- a/roles/mailman/tasks/main.yml +++ b/roles/mailman/tasks/main.yml @@ -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: