Files
ansible/roles/shell/tasks/postfix.yml
2019-02-18 00:50:47 +00:00

10 lines
180 B
YAML

# Configure postfix
---
- name: Install postix main.cf
copy:
src: ../files/etc/postfix/main.cf
dest: /etc/postfix/main.cf
owner: root
group: root
mode: 0644