moved /etc/postfix/master.cf from common to shell
This commit is contained in:
parent
e8be877ff5
commit
89b7033860
|
@ -10,4 +10,3 @@
|
||||||
- include: manpage.yml
|
- include: manpage.yml
|
||||||
- include: monitoring.yml
|
- include: monitoring.yml
|
||||||
- include: scripts.yml
|
- include: scripts.yml
|
||||||
- include: postfix.yml
|
|
||||||
|
|
|
@ -8,11 +8,3 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
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
|
|
||||||
|
|
|
@ -8,3 +8,13 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart Postfix
|
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
|
||||||
|
|
Loading…
Reference in New Issue