Merge pull request 'Replace letsencrypt_acme_sh_install with letsencrypt_acme_install.' (!27) from adellam/ansible-role-spamassassin:master into master

Reviewed-on: #27
This commit is contained in:
Andrea Dell'Amico 2023-10-16 19:13:44 +02:00
commit ba75e17d6b
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' ]