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: dependencies:
- { role: ldap, ldap_schema: 'cn4evolix.ldif' } - { 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: postfix, postfix_packmail: True, postfix_force_main_cf: True }
- { role: dovecot }
- { role: apache } - { role: apache }
- { role: php, php_apache_enable: True } - { role: php, php_apache_enable: True }

View file

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