Remove the use of letsencrypt_acme_sh_install.

This commit is contained in:
Andrea Dell'Amico 2023-10-16 18:36:10 +02:00
parent 032fe22d14
commit 6861be3654
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
when: ansible_distribution_file_variety == "RedHat"
- name: Prepare the acme.sh environment
when: letsencrypt_acme_sh_install | bool
when: letsencrypt_acme_install
tags: ['letsencrypt', 'letsencrypt_acme_sh']
block:
- name: Create the letsencrypt acme user
@ -116,7 +116,7 @@
tags: ['letsencrypt', 'letsencrypt_cron', 'letsencrypt_acme_sh', 'letsencrypt_acme_sh_scripts']
- name: Acme.sh distribution
when: letsencrypt_acme_sh_install | bool
when: letsencrypt_acme_install
tags: ['letsencrypt', 'letsencrypt_acme_sh']
block:
- name: Download the acme.sh distribution
@ -164,7 +164,7 @@
tags: ['letsencrypt', 'letsencrypt_account_conf', 'letsencrypt_acme_sh']
- name: Certificates management
when: letsencrypt_acme_sh_install | bool
when: letsencrypt_acme_install
tags: ['letsencrypt', 'letsencrypt_acme_sh', 'letsencrypt_req_cert']
block:
- name: Remove the ok_certificate_issued file when the env file has been changed so that we can force a new request