mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Update 'roles/shell/tasks/postfix.yml'
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Configure postfix
|
# Configure postfix
|
||||||
---
|
---
|
||||||
|
- name: Create opendkim socket directory
|
||||||
|
file:
|
||||||
|
path: /etc/postfix/opendkim
|
||||||
|
state: directory
|
||||||
|
owner: opendkim
|
||||||
|
group: postfix
|
||||||
|
mode: 0660
|
||||||
|
|
||||||
- name: Install postix main.cf
|
- name: Install postix main.cf
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/postfix/main.cf
|
src: ../files/etc/postfix/main.cf
|
||||||
|
|||||||
Reference in New Issue
Block a user