From ec607487af51ef64e10562f2f1d3e53a54b5563a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Oct 2021 13:23:19 -0700 Subject: [PATCH] copr-fe-dev: set variable to allow running keytab/service when set Signed-off-by: Kevin Fenzi --- roles/copr/frontend/tasks/httpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/tasks/httpd.yml b/roles/copr/frontend/tasks/httpd.yml index a1afac79b7..bed3d662d7 100644 --- a/roles/copr/frontend/tasks/httpd.yml +++ b/roles/copr/frontend/tasks/httpd.yml @@ -101,4 +101,4 @@ owner_user: apache # Fails to process when the service already exists: # https://pagure.io/fedora-infrastructure/issue/10065 - when: false + when: new-copr-dev-keytab is defined