From 1029a419c3786e0eb58d81d6378749001fabf791 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Thu, 21 Jan 2016 21:42:14 -0500 Subject: [PATCH] fixed permissions Signed-off-by: Larry Smith Jr --- tasks/config_tftpd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/config_tftpd.yml b/tasks/config_tftpd.yml index e077a9e..cdd49e4 100644 --- a/tasks/config_tftpd.yml +++ b/tasks/config_tftpd.yml @@ -3,6 +3,8 @@ file: dest: "{{ tftp_directory }}" state: directory + owner: tftp + group: tftp - name: config_tftpd | configuring tftpd template: