spamassassin_clamav: ansible-lint fixes
This commit is contained in:
parent
3986792579
commit
dcb5646bff
1 changed files with 6 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
|||
---
|
||||
|
||||
- name: copy clamav plugin
|
||||
copy:
|
||||
- name: Copy ClamAV plugin
|
||||
ansible.builtin.copy:
|
||||
src: ClamAV.pm
|
||||
dest: /etc/mail/spamassassin/ClamAV.pm
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart spamassassin
|
||||
notify: Restart spamassassin
|
||||
|
||||
- name: create spamassassin config
|
||||
copy:
|
||||
- name: Create spamassassin config
|
||||
ansible.builtin.copy:
|
||||
src: clamav.cf
|
||||
dest: /etc/mail/spamassassin/clamav.cf
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart spamassassin
|
||||
notify: Restart spamassassin
|
||||
|
|
Loading…
Add table
Reference in a new issue