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