#1984 [mailman3] Enable mod_wsgi role again
Merged 18 days ago by zlopez. Opened 18 days ago by zlopez.
fedora-infra/ zlopez/ansible mailman_update  into  main

file modified
+1 -3
@@ -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"

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

Pull-Request has been merged by zlopez

18 days ago
Metadata