reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / roles / email / tasks / main.yml
1 # daemons
2 - import_tasks: unbound.yml
3   tags: unbound
4 - import_tasks: opendkim.yml
5   tags: opendkim
6   when: postfix.opendkim is defined
7 - import_tasks: postfix.yml
8   tags: postfix
9 # some basic security stuff that relies on working email
10 - name: install apticron
11   apt: name=apticron state=latest