copr-fe-dev: use mod_wsgi role

This commit is contained in:
Jakub Kadlcik 2025-02-26 10:58:51 +01:00
parent 42b0fcb33c
commit b168e806d8

View file

@ -143,6 +143,12 @@
- import_tasks: "httpd.yml"
# One of the key features of this role is an automatic httpd restart after
# python3-libs or any other breaking dependency is updated
- name: Install Fedora Infra mod_wsgi role
include_role: name=mod_wsgi
when: devel|bool
- name: Enable services
service: state=started enabled=yes name={{ item }}
with_items: