mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Easy fix to: Install from source is broken; certbot-auto no longer exists #167
This commit is contained in:
parent
dd1f8bd22c
commit
d43c59da52
@ -9,6 +9,8 @@ certbot_auto_renew_options: "--quiet --no-self-upgrade"
|
||||
certbot_testmode: false
|
||||
certbot_hsts: false
|
||||
|
||||
# cerbot command. On old releases change to certbot_cmd: certbot-auto. Defalut is certbot.
|
||||
certbot_cmd: certbot
|
||||
|
||||
# Parameters used when creating new Certbot certs.
|
||||
certbot_create_if_missing: false
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
- name: Set Certbot script variable.
|
||||
set_fact:
|
||||
certbot_script: "{{ certbot_dir }}/certbot-auto"
|
||||
certbot_script: "{{ certbot_dir }}/{{ certbot_cmd }}"
|
||||
|
||||
- name: Ensure certbot-auto is executable.
|
||||
file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user