From e7464e62aaa17c6883389dfb129acd93793a6e56 Mon Sep 17 00:00:00 2001 From: brunobenchimol Date: Mon, 15 Nov 2021 20:27:40 -0300 Subject: [PATCH] removed wrong from defaults and lint fix on tasks --- defaults/main.yml | 2 -- tasks/main.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 34c21f4..c9c5a3b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -67,8 +67,6 @@ certbot_create_standalone_stop_services: # - apache # - varnish -# [root@dnstest-default-9qvkw-test-3 ~]# certbot delete --cert-name certbotdnstest.staging.prodepa.pa.gov.br -n - certbot_delete_command: >- {{ certbot_script }} delete --noninteractive --cert-name {{ cert_item.domains | first | replace('*.', '') }} diff --git a/tasks/main.yml b/tasks/main.yml index a8ee5fd..ba624fe 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -40,4 +40,4 @@ - import_tasks: renew-cron.yml when: - - certbot_auto_renew \ No newline at end of file + - certbot_auto_renew