Easy fix to: Install from source is broken; certbot-auto no longer exists #167

This commit is contained in:
Mauro Rosero Pérez 2021-12-12 10:44:37 -05:00
parent dd1f8bd22c
commit d43c59da52
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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: