Remove the use of letsencrypt_acme_sh_install.
This commit is contained in:
parent
a40edb9fe3
commit
0f781ea08f
|
@ -15,11 +15,11 @@
|
||||||
ansible.builtin.import_tasks: pki_dir.yml
|
ansible.builtin.import_tasks: pki_dir.yml
|
||||||
- name: Self signed certificates waiting for the letsencrypt ones
|
- name: Self signed certificates waiting for the letsencrypt ones
|
||||||
ansible.builtin.import_tasks: self_signed_certificate.yml
|
ansible.builtin.import_tasks: self_signed_certificate.yml
|
||||||
when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install
|
when: letsencrypt_acme_install is defined and letsencrypt_acme_install
|
||||||
- name: Certificate from privte CA (mkcert)
|
- name: Certificate from privte CA (mkcert)
|
||||||
ansible.builtin.import_tasks: certificate_from_private_ca.yml
|
ansible.builtin.import_tasks: certificate_from_private_ca.yml
|
||||||
when:
|
when:
|
||||||
- (letsencrypt_acme_sh_install is not defined) or (not letsencrypt_acme_sh_install)
|
- (letsencrypt_acme_install is not defined) or (not letsencrypt_acme_install)
|
||||||
- mkcert_create_certificate
|
- mkcert_create_certificate
|
||||||
- name: HTTP client proxy
|
- name: HTTP client proxy
|
||||||
ansible.builtin.import_tasks: http_client_proxy.yml
|
ansible.builtin.import_tasks: http_client_proxy.yml
|
||||||
|
|
Loading…
Reference in New Issue