From 78fa1bd9ca9272e87d294254999273c7e776076a Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 24 Feb 2022 23:52:18 +0000 Subject: [PATCH] tftp: Add missing file permissions --- roles/tftp/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/tftp/tasks/main.yml b/roles/tftp/tasks/main.yml index 7f5d3c4..0506730 100644 --- a/roles/tftp/tasks/main.yml +++ b/roles/tftp/tasks/main.yml @@ -59,6 +59,9 @@ [Service] ExecStart= ExecStart=/usr/sbin/in.tftpd -s /srv/tftpboot -u tftpd -c -v + mode: 0644 + owner: root + group: "{{ ansible_wheel }}" notify: restart tftpd - name: enable service