imfreedom/ansible

Finally add postfix to the mail role

2021-11-30, Gary Kramlich
4f11840a2432
Finally add postfix to the mail role
---
- name: "install systemd unit"
template:
src: "vigil.service.j2"
dest: "/etc/systemd/system/vigil.service"
mode: "0640"
notify:
- "reload systemd"
- name: "start systemd service"
systemd:
name: "vigil"
state: "restarted"