Add a name to this cron so it doesn't just keep readding the job over and over

This commit is contained in:
Kevin Fenzi 2016-07-12 01:54:09 +00:00
parent 94bb9cc77e
commit 2330b78205

View file

@ -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"