Sfoglia il codice sorgente

Rename opendmarc task list

Change the name from `dmarc` to `opendmarc` to be consistent with the
names of other task lists in the role.
Mike Ashley 7 anni fa
parent
commit
48d35b0922
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      roles/mailserver/tasks/main.yml

+ 1
- 1
roles/mailserver/tasks/main.yml Vedi File

@@ -1,7 +1,7 @@
1 1
 - include: postfix.yml tags=postfix
2 2
 - include: dovecot.yml tags=dovecot
3 3
 - include: opendkim.yml tags=opendkim
4
-- include: opendmarc.yml tags=dmarc
4
+- include: opendmarc.yml tags=opendmarc
5 5
 - include: rspamd.yml tags=rspamd
6 6
 - include: solr.yml tags=solr
7 7
 - include: checkrbl.yml tags=checkrbl

Loading…
Annulla
Salva