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

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

View File

@ -10,4 +10,3 @@
- include: manpage.yml
- include: monitoring.yml
- include: scripts.yml
- include: postfix.yml

View File

@ -8,11 +8,3 @@
group: root
mode: 0644
# 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

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