Skip to content

Commit

Permalink
Merge pull request #57 from lisenet/fix-permissions-on-tftp-folder
Browse files Browse the repository at this point in the history
Set TFTP folder permissions to 0755
  • Loading branch information
lisenet authored Oct 22, 2023
2 parents 2f75f23 + ae47fc8 commit d7d3180
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/hl.pxe-boot-server/tasks/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d7d3180

Please sign in to comment.