postfix/packmail: fix dependencies

This commit is contained in:
Victor LABORIE 2017-10-27 14:34:43 +02:00
parent 210b0095b6
commit 6b620f4877
2 changed files with 5 additions and 9 deletions

View file

@ -1,11 +1,6 @@
---
dependencies:
- { role: ldap, ldap_schema: 'cn4evolix.ldif' }
- { role: amavis }
- { role: spamassasin }
- { role: clamav }
- { role: opendkim }
- { role: postfix, postfix_packmail: True, postfix_force_main_cf: True }
- { role: dovecot }
- { role: apache }
- { role: php, php_apache_enable: True }

View file

@ -13,7 +13,8 @@ galaxy_info:
versions:
- jessie
dependencies: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.
dependencies:
- { role: spamassasin, when: postfix_packmail == True }
- { role: clamav, when: postfix_packmail == True }
- { role: opendkim, when: postfix_packmail == True }
- { role: dovecot, when: postfix_packmail == True }