mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Update 'roles/shell/tasks/opendkim.yml'
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Configure opendkim
|
||||
---
|
||||
- name: Create opendkim directory
|
||||
file:
|
||||
path: /etc/opendkim
|
||||
state: directory
|
||||
owner: opendkim
|
||||
group: opendkim
|
||||
mode: 0770
|
||||
|
||||
- name: Create opendkim keys directory
|
||||
file:
|
||||
path: /etc/opendkim/keys
|
||||
|
||||
Reference in New Issue
Block a user