library/roles/postfix-relay/tasks/main.yml: include -> import_tasks.

This commit is contained in:
Andrea Dell'Amico 2018-02-28 17:23:22 +01:00
parent 7958316618
commit 0603a2ae20
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
--- ---
- include: smtp-common-packages.yml - import_tasks: smtp-common-packages.yml
- include: smtp-sasl-auth.yml - import_tasks: smtp-sasl-auth.yml
when: when:
- postfix_use_sasl_auth - postfix_use_sasl_auth
- postfix_relay_client - postfix_relay_client
- include: postfix-relay-server.yml - import_tasks: postfix-relay-server.yml
when: postfix_relay_server when: postfix_relay_server