spamassassin_textcat: ansible-lint fixes
This commit is contained in:
parent
dcb5646bff
commit
2713f978a3
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
|
||||
- name: enable TextCat plugin
|
||||
copy:
|
||||
- name: Enable TextCat plugin
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/mail/spamassassin/textcat.pre
|
||||
content: "loadplugin Mail::SpamAssassin::Plugin::TextCat\n"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart spamassassin
|
||||
notify: Restart spamassassin
|
||||
|
|
Loading…
Add table
Reference in a new issue