[mod_wsgi] Install the mod_wsgi correctly on RHEL9
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
8e19bddb1c
commit
6416dd6249
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
||||||
- python3-mailman-hyperkitty
|
- python3-mailman-hyperkitty
|
||||||
- python3-mailman3-fedmsg-plugin
|
- python3-mailman3-fedmsg-plugin
|
||||||
- python3-mailman-web
|
- python3-mailman-web
|
||||||
- python3-mod_wsgi
|
|
||||||
- python3-pylibmc
|
- python3-pylibmc
|
||||||
- python3-psycopg2
|
- python3-psycopg2
|
||||||
- python3-whoosh
|
- python3-whoosh
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- 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
|
- name: install mod_wsgi
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue