From 053d6581114c3ee2351fa3532d1986bad0f87d27 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 7 Dec 2020 19:20:53 -0500 Subject: [PATCH] noticket Fixed certbot cron renewal task --- ansible/roles/ssl/tasks/cron.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/roles/ssl/tasks/cron.yml b/ansible/roles/ssl/tasks/cron.yml index e67509c..711f104 100644 --- a/ansible/roles/ssl/tasks/cron.yml +++ b/ansible/roles/ssl/tasks/cron.yml @@ -5,6 +5,5 @@ name: certbot_renew special_time: weekly job: >- - certbot renew --pre-hook "systemctl stop nginx" - --post-hook "systemctl start nginx" + certbot renew tags: cron