Install postfix before iptables if we are going to configure a smtp server.

This commit is contained in:
Andrea Dell'Amico 2018-05-04 13:27:31 +02:00
parent 929fc8ceb7
commit 92e71712bc
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
--- ---
dependencies: dependencies:
- { role: '../../library/roles/postfix-relay', when: postfix_relay_client is defined and postfix_relay_client } - { 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 }