diff options
| author | 2024-09-03 14:01:36 +0100 | |
|---|---|---|
| committer | 2024-09-03 15:14:54 +0100 | |
| commit | c0168b7486c641a352c3f38ae055b9f02f773018 (patch) | |
| tree | a28a7615322a2eff9be653a71018aa108690c46e /ansible/roles/opendmarc-inbox | |
| parent | Set ansible_managed for use in templates (diff) | |
Change all templates to use {{ ansible_managed }}
Diffstat (limited to 'ansible/roles/opendmarc-inbox')
| -rw-r--r-- | ansible/roles/opendmarc-inbox/templates/dmarc.sieve.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/opendmarc-inbox/templates/dmarc.sieve.j2 b/ansible/roles/opendmarc-inbox/templates/dmarc.sieve.j2 index eb7ac87..69fe7c0 100644 --- a/ansible/roles/opendmarc-inbox/templates/dmarc.sieve.j2 +++ b/ansible/roles/opendmarc-inbox/templates/dmarc.sieve.j2 @@ -1,4 +1,4 @@ -# Managed by Ansible +# {{ ansible_managed }} require ["fileinto", "envelope", "subaddress", "mailbox"]; |