mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
override {{certbot_script}} not work #169 FIX
This commit is contained in:
parent
eb4647ed9c
commit
6728f4e4c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@
|
||||
*/__pycache__
|
||||
*.pyc
|
||||
.cache
|
||||
|
||||
.idea
|
||||
|
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user