- name: Copy rspamd configs loop: - 'options.inc' - 'milter_headers.conf' - 'dmarc.conf' - 'actions.conf' template: src: '{{ item }}' dest: '/etc/rspamd/local.d/{{ item }}' follow: yes owner: root group: root mode: 730 tags: - rspamd notify: Run service actions