Rename spamassassin roles

This commit is contained in:
Timo Makinen 2022-02-25 00:03:22 +00:00
parent fa51bab09c
commit dfcac435e3
13 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,4 @@
---
dependencies:
- {role: spamassassin}

View file

@ -0,0 +1,10 @@
---
- name: enable TextCat plugin
copy:
dest: /etc/mail/spamassassin/textcat.pre
content: "loadplugin Mail::SpamAssassin::Plugin::TextCat\n"
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
notify: restart spamassassin