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,19 @@
---
- name: copy clamav plugin
copy:
src: ClamAV.pm
dest: /etc/mail/spamassassin/ClamAV.pm
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
notify: restart spamassassin
- name: create spamassassin config
copy:
src: clamav.cf
dest: /etc/mail/spamassassin/clamav.cf
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
notify: restart spamassassin