From 60f990bdb78a43d19885e27f06338924db429e8f Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 27 Feb 2025 10:48:12 +0100 Subject: [PATCH] copr-fe: use mod_wsgi role Fix https://github.com/fedora-copr/copr/issues/3623 --- roles/copr/frontend/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 270c9d892d..58cf17d860 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -147,7 +147,6 @@ # 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 }}