Add a name to this cron so it doesn't just keep readding the job over and over
This commit is contained in:
parent
94bb9cc77e
commit
2330b78205
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue