forked from ISTI-ansible-roles/ansible-roles
library/roles/postfix-relay/tasks/main.yml: include -> import_tasks.
This commit is contained in:
parent
7958316618
commit
0603a2ae20
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue