Files @ b4ac65219ef1
Branch filter:

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

branko
MAR-34: Small usability improvements, not related to original issue. Improved the ssh-keyscan command a bit to include IP addresses in output as well. Store Ansible retry files locally in the retry directory (relative to testsite).
---

- 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"