From 5f4fff9cc3262f9e655093854e6e51ce1a93e0cf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Oct 2021 13:28:48 -0700 Subject: [PATCH] copr-fe-dev: no -s in when's 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 bed3d662d7..0242ab6636 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: new-copr-dev-keytab is defined + when: newcoprdevkeytab is defined