override {{certbot_script}} not work #169 FIX

This commit is contained in:
mannersarbeitsbude 2022-01-21 13:33:48 +01:00
parent eb4647ed9c
commit 6728f4e4c2
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@
*/__pycache__
*.pyc
.cache
.idea

View File

@ -2,7 +2,7 @@
- name: Add cron job for certbot renewal (if configured).
cron:
name: Certbot automatic renewal.
job: "{{ certbot_script }} renew {{ certbot_auto_renew_options }}"
job: "{{ certbot_auto_certbot_script }} renew {{ certbot_auto_renew_options }}"
minute: "{{ certbot_auto_renew_minute }}"
hour: "{{ certbot_auto_renew_hour }}"
user: "{{ certbot_auto_renew_user }}"