moved /etc/postfix/master.cf from common to shell

This commit is contained in:
Naglfar
2019-11-28 18:42:36 +00:00
parent e8be877ff5
commit 89b7033860
4 changed files with 10 additions and 9 deletions

View File

@@ -8,3 +8,13 @@
group: root
mode: 0644
notify: restart Postfix
# Deploy master.cf
- name: Deploy postfix conf
copy:
src: ../files/etc/postfix/master.cf
dest: /etc/postfix/master.cf
owner: root
group: root
mode: 0644
notify: restart Postfix