Fix the minutes range.

This commit is contained in:
Andrea Dell'Amico 2018-07-17 17:23:10 +02:00
parent 1bcc9182f0
commit 86b8d03a17
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ letsencrypt_key_id: 'some random string'
letsencrypt_acme_authenticator: listener
letsencrypt_acme_cron_day_of_month: '*'
letsencrypt_acme_cron_hour: '{{ range(1, 4) | random }}'
letsencrypt_acme_cron_minute: '{{ range(1, 60) | random }}'
letsencrypt_acme_cron_minute: '{{ range(0, 59) | random }}'
# desired parameters
letsencrypt_acme_domains: