forked from ISTI-ansible-roles/ansible-roles
Install postfix before iptables if we are going to configure a smtp server.
This commit is contained in:
parent
929fc8ceb7
commit
92e71712bc
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: '../../library/roles/postfix-relay', when: postfix_relay_client is defined and postfix_relay_client }
|
||||
- { role: '../../library/roles/postfix-relay', when: postfix_relay_server is defined and postfix_relay_server }
|
||||
|
|
Loading…
Reference in New Issue