Fix the conditional of the sought rules. #24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue