Fix permissions for dns over tls on Linux.

This commit is contained in:
Tom Alexander 2023-03-25 09:33:07 -04:00
parent f1da60377e
commit 5bfb148ac7
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -18,7 +18,7 @@
copy: copy:
src: "files/{{ item.src }}" src: "files/{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
mode: 0600 mode: 0644
owner: root owner: root
group: wheel group: wheel
loop: loop: