Replace letsencrypt_acme_sh_install with letsencrypt_acme_install.

This commit is contained in:
Andrea Dell'Amico 2023-10-16 19:13:10 +02:00
parent 5ce3a274af
commit b4846295b9
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
template: src=letsencrypt-spamassassin-hook.sh.j2 dest={{ letsencrypt_acme_sh_services_scripts_dir }}/spamassassin owner=root group=root mode=4555
when:
- letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install | bool
- letsencrypt_acme_install is defined and letsencrypt_acme_install
- spamassassin_spamd_ssl_enabled | bool
tags: [ 'spamassassin', 'letsencrypt', 'spamassassin_letsencrypt' ]