Update 'roles/shell/tasks/opendkim.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-05 19:10:09 +00:00
parent 3854ec161e
commit c9a23aed10
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
- name: copy key.table
copy:
src: ""../files/key.table"
src: "../files/key.table"
dest: "/etc/opendkim/key.table"
owner: opendkim
group: opendkim
@ -42,7 +42,7 @@
- name: copy trusted.hosts
copy:
src: ""../files/trusted.hosts"
src: "../files/trusted.hosts"
dest: "/etc/opendkim/trusted.hosts"
owner: opendkim
group: opendkim