From 2330b7820548b47855aef2ac5c4b845ab702702a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 Jul 2016 01:54:09 +0000 Subject: [PATCH] Add a name to this cron so it doesn't just keep readding the job over and over --- roles/certbot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index d6eb88f1f6..84967d1203 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -10,4 +10,4 @@ copy: src=acme-challenge.conf dest=/etc/httpd/conf.d/acme-challenge.conf - name: Certbot renewal cron - cron: special_time=monthly job="certbot renew" + cron: name=certbot-renew special_time=monthly job="certbot renew"