Replace letsencrypt_acme_sh_install with letsencrypt_acme_install. #27

Merged
adellam merged 1 commits from adellam/ansible-role-spamassassin:master into master 2023-10-16 19:13:46 +02:00
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' ]