Fix the conditional of the sought rules. #24

Merged
adellam merged 1 commits from adellam/ansible-role-spamassassin:master into master 2020-10-12 13:42:50 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
- '/var/lib/spamassassin/{{ spamassassin_rules_version }}/sought_rules_yerp_org'
notify: Restart spamassassin
when: not spamassassin_disable_soughtrules
when: spamassassin_disable_soughtrules
tags: [ 'spamassassin', 'spamassassin_conf', 'spamassassin_sought' ]
- name: Install pyzor from pip