From ae47fc889f658334dc2bc843d02494884abfd5c4 Mon Sep 17 00:00:00 2001 From: lisenet Date: Sun, 22 Oct 2023 20:02:40 +0100 Subject: [PATCH] Set permission to 0755 --- roles/hl.pxe-boot-server/tasks/RedHat.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/hl.pxe-boot-server/tasks/RedHat.yml b/roles/hl.pxe-boot-server/tasks/RedHat.yml index 72af15c..c0725cc 100644 --- a/roles/hl.pxe-boot-server/tasks/RedHat.yml +++ b/roles/hl.pxe-boot-server/tasks/RedHat.yml @@ -111,6 +111,12 @@ mode: "0644" directory_mode: "0755" +- name: RedHat | Set Permission on {{ tftp_directory }} + ansible.builtin.file: + path: "{{ tftp_directory }}" + state: directory + mode: "0755" + # # Configure NFS server # Ubuntu 18.04 LTS Desktop uses casper to boot into Live DVD mode.