From bbbebfb56100c36dfe8c03653e0003c86328ef90 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 21 Nov 2021 20:59:32 +0100 Subject: [PATCH] copr: disable keytab again --- roles/copr/frontend/tasks/httpd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/frontend/tasks/httpd.yml b/roles/copr/frontend/tasks/httpd.yml index be2699979b..a1afac79b7 100644 --- a/roles/copr/frontend/tasks/httpd.yml +++ b/roles/copr/frontend/tasks/httpd.yml @@ -99,3 +99,6 @@ kt_location: /etc/httpd/conf.d/copr-frontend-http-api.keytab owner_group: apache owner_user: apache + # Fails to process when the service already exists: + # https://pagure.io/fedora-infrastructure/issue/10065 + when: false