Quote numeric values for cronjob
This commit is contained in:
parent
c933124fce
commit
b19ec86cdf
|
@ -30,8 +30,8 @@
|
||||||
cron:
|
cron:
|
||||||
name: "Let's Encrypt certificate renewal"
|
name: "Let's Encrypt certificate renewal"
|
||||||
job: /usr/local/sbin/certbot-auto renew -q
|
job: /usr/local/sbin/certbot-auto renew -q
|
||||||
hour: 6
|
hour: "6"
|
||||||
minute: 0
|
minute: "0"
|
||||||
|
|
||||||
- name: populate service facts
|
- name: populate service facts
|
||||||
service_facts:
|
service_facts:
|
||||||
|
|
Loading…
Reference in a new issue