Files @ babda105c9cf
Branch filter:

Location: majic-ansible-roles/roles/mail_forwarder/handlers/main.yml - annotation

branko
MAR-16: Added option to common role for setting-up caching proxy for apt.
---

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

- name: Rebuild mail aliases
  command: /usr/bin/newaliases

- name: Restart Postfix
  service: name="postfix" state="restarted"