From 6ed3c7d48edcc88724984e237cb77fccf44386de Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 30 Jan 2022 18:55:08 +0100 Subject: [PATCH] copr/certbot: tag the import as "always" --- roles/copr/certbot/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/certbot/tasks/main.yml b/roles/copr/certbot/tasks/main.yml index dd31a92a39..d25ced2407 100644 --- a/roles/copr/certbot/tasks/main.yml +++ b/roles/copr/certbot/tasks/main.yml @@ -1,3 +1,4 @@ - include_tasks: letsencrypt.yml when: - letsencrypt is defined + tags: always