Update 'roles/shell/tasks/opendkim.yml'

This commit is contained in:
2023-07-05 18:51:54 +00:00
parent 1b3b44378f
commit 9b3c09b9fc

View File

@@ -23,3 +23,11 @@
owner: opendkim
group: opendkim
mode: 0644
- name: copy trusted.hosts
copy:
src: ../files/trusted.hosts
dest: /etc/opendkim/trusted.hosts
owner: opendkim
group: opendkim
mode: 0644