Files @ 1aae95e372cc
Branch filter:

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

branko
MAR-107: Fixed sample ed25519 data for the backup_server role tests.
1
2
3
4
5
6
7
---

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

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