Remove the use of letsencrypt_acme_sh_install.
This commit is contained in:
parent
032fe22d14
commit
6861be3654
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue