Files
ansible-fran-grunden/roles/postfix-v4/tasks/configure-postfix.yml
2022-06-26 19:46:33 +02:00

7 lines
129 B
YAML

- name: Configure Postfix
template:
src: main.cf.j2
dest: /etc/postfix/main.cf
notify: Activate and restart Postfix