mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Update 'roles/shell/tasks/opendkim.yml'
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
group: opendkim
|
||||
mode: 0770
|
||||
|
||||
- name: Create opendkim thunix.net keys directory
|
||||
file:
|
||||
path: /etc/opendkim/keys/thunix.net
|
||||
state: directory
|
||||
owner: opendkim
|
||||
group: opendkim
|
||||
mode: 0700
|
||||
|
||||
- name: copy signing.table
|
||||
copy:
|
||||
src: ../files/signing.table
|
||||
|
||||
Reference in New Issue
Block a user