Fixes #91: Warnings for ints in string fields in Ansible 2.8.x.

This commit is contained in:
Jeff Geerling
2019-08-26 11:56:43 -05:00
parent 7efc6a50f5
commit a49d4e63a1
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
# Certbot auto-renew cron job configuration (for certificate renewals).
certbot_auto_renew: true
certbot_auto_renew_user: "{{ ansible_user | default(lookup('env', 'USER')) }}"
certbot_auto_renew_hour: 3
certbot_auto_renew_minute: 30
certbot_auto_renew_hour: "3"
certbot_auto_renew_minute: "30"
certbot_auto_renew_options: "--quiet --no-self-upgrade"
# Parameters used when creating new Certbot certs.