Fix the conditional for the clamav role #17

Merged
adellam merged 1 commits from adellam/ansible-role-spamassassin:master into master 2020-09-23 18:57:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ There are a lot of them, see the `defaults/main.yml` file
Dependencies
------------
clamav, when `spamassassin_clamav_plugin` is set to `True`
clamav, when one of `spamassassin_clamav_old_plugin` or `spamassassin_clamav_github_plugin` is set to `True`
License
-------

View File

@ -18,4 +18,4 @@ dependencies:
version: master
name: clamav
state: latest
when: spamassassin_clamav_plugin
when: spamassassin_clamav_old_plugin or spamassassin_clamav_github_plugin