Add tags to mail playbook

This commit is contained in:
Fritz Grimpen 2024-09-17 19:28:49 +02:00
parent ca8217859d
commit 7784501da5
1 changed files with 8 additions and 4 deletions

View File

@ -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]