From b168e806d8ec2b507ce670afacd02bcbdb8467b4 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 26 Feb 2025 10:58:51 +0100 Subject: [PATCH] copr-fe-dev: use mod_wsgi role --- roles/copr/frontend/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index ec9ea1dba2..270c9d892d 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -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: