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:
Andrea Dell'Amico 2018-03-01 13:06:46 +01:00
parent 0603a2ae20
commit e4d90a8e76
1 changed files with 3 additions and 0 deletions

3
iptables/meta/main.yml Normal file
View File

@ -0,0 +1,3 @@
---
dependencies:
- { role: '../../library/roles/postfix-relay', when: postfix_relay_client is defined and postfix_relay_client }