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
|
||||
become: true
|
||||
roles:
|
||||
- dovecot
|
||||
- rspamd
|
||||
- postfix
|
||||
- mlmmj
|
||||
- role: dovecot
|
||||
tags: [dovecot]
|
||||
- role: rspamd
|
||||
tags: [rspamd]
|
||||
- role: postfix
|
||||
tags: [postfix]
|
||||
- role: mlmmj
|
||||
tags: [mlmmj]
|
||||
|
|
Loading…
Reference in a new issue