diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-07-12 01:54:09 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-07-12 01:54:09 +0000 |
| commit | 2330b7820548b47855aef2ac5c4b845ab702702a (patch) | |
| tree | 86650fb1f29f68e311d74deb92f19d24739b5e0f /roles/certbot | |
| parent | 94bb9cc77e7d487de64ec96113c2ce963beada0e (diff) | |
| download | ansible-2330b7820548b47855aef2ac5c4b845ab702702a.tar.gz ansible-2330b7820548b47855aef2ac5c4b845ab702702a.tar.xz ansible-2330b7820548b47855aef2ac5c4b845ab702702a.zip | |
Add a name to this cron so it doesn't just keep readding the job over and over
Diffstat (limited to 'roles/certbot')
| -rw-r--r-- | roles/certbot/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index d6eb88f1f..84967d120 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" |
