forked from ISTI-ansible-roles/ansible-roles
7 lines
165 B
YAML
7 lines
165 B
YAML
|
---
|
||
|
- include: smtp-common-packages.yml
|
||
|
- include: smtp-sasl-auth.yml
|
||
|
when: postfix_use_sasl_auth
|
||
|
- include: postfix-relay-server.yml
|
||
|
when: postfix_relay_server
|