forked from ISTI-ansible-roles/ansible-roles
Install postfix if we want to use it as a relay service. We need it installed before the rules are applied.
This commit is contained in:
parent
0603a2ae20
commit
e4d90a8e76
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: '../../library/roles/postfix-relay', when: postfix_relay_client is defined and postfix_relay_client }
|
Loading…
Reference in New Issue