[mailman3] Enable mod_wsgi role again

I'm not sure what it is used for, but the httpd service is failing when the
mod_wsgi isn't installed.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-04-26 13:01:20 +02:00
parent 4b54cadbdc
commit 603633eb34

View file

@ -28,9 +28,7 @@
- collectd/base
- sudo
- spamassassin
# mailman3 role doesn't need mod_wsgi anymore
- {role: mod_wsgi,
when: env != "staging"}
- mod_wsgi
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"