ansible-roles/postfix-relay/tasks/main.yml

7 lines
165 B
YAML
Raw Normal View History

---
- include: smtp-common-packages.yml
- include: smtp-sasl-auth.yml
when: postfix_use_sasl_auth
- include: postfix-relay-server.yml
when: postfix_relay_server