[mod_wsgi] Install the mod_wsgi correctly on RHEL9

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-04-26 12:07:12 +02:00
parent 8e19bddb1c
commit 6416dd6249
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@
- python3-mailman-hyperkitty
- python3-mailman3-fedmsg-plugin
- python3-mailman-web
- python3-mod_wsgi
- python3-pylibmc
- python3-psycopg2
- python3-whoosh

View file

@ -14,7 +14,7 @@
state: present
tags:
- packages
when: ansible_distribution_major_version|int == 8 and ansible_distribution == 'RedHat'
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat'
- name: install mod_wsgi
package: