From 92e71712bcb89ca43951b383a22b01d690a363cb Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 4 May 2018 13:27:31 +0200 Subject: [PATCH] Install postfix before iptables if we are going to configure a smtp server. --- iptables/meta/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/iptables/meta/main.yml b/iptables/meta/main.yml index 06dd422e..52371505 100644 --- a/iptables/meta/main.yml +++ b/iptables/meta/main.yml @@ -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 }