blob: f2a66b578fb4e9539aff2698221e64486c1e6a1a (
plain) (
blame)
1
2
3
4
5
6
|
---
- name: Compile DMARC Sieve script
become: true
become_user: "{{ opendmarc_inbox_username }}"
command: "sievec /var/vmail/{{ opendmarc_inbox_username }}/.dovecot.sieve"
changed_when: true
|