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: