Skip to content

Commit

Permalink
Set permission to 0755
Browse files Browse the repository at this point in the history
  • Loading branch information
lisenet committed Oct 22, 2023
1 parent 2f75f23 commit ae47fc8
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 ae47fc8

Please sign in to comment.