Fix the conditional of the sought rules.

This commit is contained in:
Andrea Dell'Amico 2020-10-12 13:42:32 +02:00
parent 763e5484e6
commit 8135df6934
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