|
---
|
|
- import_tasks: smtp-common-packages.yml
|
|
- import_tasks: smtp-sasl-auth.yml
|
|
when:
|
|
- postfix_use_sasl_auth
|
|
- postfix_relay_client
|
|
- import_tasks: postfix-relay-server.yml
|
|
when: postfix_relay_server
|
|
- import_tasks: postfix-letsencrypt-hook.yml
|
|
when: postfix_use_letsencrypt
|
|
|