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
|
||||||
- name: enable TextCat plugin
|
ansible.builtin.copy:
|
||||||
copy:
|
|
||||||
dest: /etc/mail/spamassassin/textcat.pre
|
dest: /etc/mail/spamassassin/textcat.pre
|
||||||
content: "loadplugin Mail::SpamAssassin::Plugin::TextCat\n"
|
content: "loadplugin Mail::SpamAssassin::Plugin::TextCat\n"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart spamassassin
|
notify: Restart spamassassin
|
||||||
|
|
Loading…
Add table
Reference in a new issue