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

This commit is contained in:
deepend 2023-07-05 19:23:46 +00:00
parent 05d9c6fb75
commit 4092f6a0ad
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
- name: copy opendkim.conf - name: copy opendkim.conf
copy: copy:
src: ../files/opendkim.conf src: ../files/etc/opendkim.conf
dest: /etc/opendkim/opendkim.conf dest: /etc/opendkim.conf
owner: opendkim owner: opendkim
group: opendkim group: opendkim
mode: 0644 mode: 0644