spamassassin_textcat: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 18:17:36 +00:00
parent dcb5646bff
commit 2713f978a3

View file

@ -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