mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Update 'roles/shell/tasks/postfix.yml'
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# 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
|
||||
copy:
|
||||
src: ../files/etc/postfix/main.cf
|
||||
|
||||
Reference in New Issue
Block a user