Files @ 82951ff4f9f9
Branch filter:

Location: majic-ansible-roles/roles/mail_server/handlers/main.yml

branko
MAR-4: Added initial implementation for mail server role. Includes deployment of packages and purging of Exim4 configuration. Dovecot packages installed from backports.
1
2
3
4
---

- name: Purge Exim configuration
  apt: name="exim4*" state=absent purge=yes