mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
moved /etc/postfix/master.cf from common to shell
This commit is contained in:
@@ -10,4 +10,3 @@
|
||||
- include: manpage.yml
|
||||
- include: monitoring.yml
|
||||
- include: scripts.yml
|
||||
- include: postfix.yml
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user