Allow overriding which cron file gets updated

This commit is contained in:
Márton Salomváry
2020-05-29 11:05:00 +02:00
parent 24580c85d2
commit 1fd8df7e9f
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
- name: Add cron job for certbot renewal (if configured).
cron:
name: Certbot automatic renewal.
cron_file: "{{ certbot_auto_renew_cron_file }}"
job: "{{ certbot_script }} renew {{ certbot_auto_renew_options }}"
minute: "{{ certbot_auto_renew_minute }}"
hour: "{{ certbot_auto_renew_hour }}"