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:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
- name: copy key.table
|
- name: copy key.table
|
||||||
copy:
|
copy:
|
||||||
src: ""../files/key.table"
|
src: "../files/key.table"
|
||||||
dest: "/etc/opendkim/key.table"
|
dest: "/etc/opendkim/key.table"
|
||||||
owner: opendkim
|
owner: opendkim
|
||||||
group: opendkim
|
group: opendkim
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
- name: copy trusted.hosts
|
- name: copy trusted.hosts
|
||||||
copy:
|
copy:
|
||||||
src: ""../files/trusted.hosts"
|
src: "../files/trusted.hosts"
|
||||||
dest: "/etc/opendkim/trusted.hosts"
|
dest: "/etc/opendkim/trusted.hosts"
|
||||||
owner: opendkim
|
owner: opendkim
|
||||||
group: opendkim
|
group: opendkim
|
||||||
|
|||||||
Reference in New Issue
Block a user