use strict string values for cron module
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2f26a78cbd
commit
bfd4ab6cd7
@ -33,8 +33,8 @@
|
|||||||
- name: Schedule certbot run
|
- name: Schedule certbot run
|
||||||
cron:
|
cron:
|
||||||
name: certbot - letsencrypt certs renewal
|
name: certbot - letsencrypt certs renewal
|
||||||
minute: 55
|
minute: "55"
|
||||||
hour: 3
|
hour: "3"
|
||||||
user: "{{ certbot_user }}"
|
user: "{{ certbot_user }}"
|
||||||
job: >
|
job: >
|
||||||
certbot
|
certbot
|
||||||
|
Loading…
Reference in New Issue
Block a user