forked from ccchb/ansible
Add tags to mail playbook
This commit is contained in:
parent
ca8217859d
commit
7784501da5
1 changed files with 8 additions and 4 deletions
12
mail.yml
12
mail.yml
|
@ -14,7 +14,11 @@
|
||||||
- mail
|
- mail
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- dovecot
|
- role: dovecot
|
||||||
- rspamd
|
tags: [dovecot]
|
||||||
- postfix
|
- role: rspamd
|
||||||
- mlmmj
|
tags: [rspamd]
|
||||||
|
- role: postfix
|
||||||
|
tags: [postfix]
|
||||||
|
- role: mlmmj
|
||||||
|
tags: [mlmmj]
|
||||||
|
|
Loading…
Reference in a new issue