mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
moved /etc/postfix/master.cf from common to shell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user