diff --git a/roles/tftp_server/tasks/main.yml b/roles/tftp_server/tasks/main.yml index 9b101df626..92041ef138 100644 --- a/roles/tftp_server/tasks/main.yml +++ b/roles/tftp_server/tasks/main.yml @@ -24,7 +24,7 @@ - tftp_server - name: setup highbank default file - copy: src=default.{{ inventory_hostname }} dest=/var/lib/tftpboot/pxelinux.cfg/highbank mode=644 + copy: src=highbank.{{ inventory_hostname }} dest=/var/lib/tftpboot/pxelinux.cfg/highbank mode=644 tags: - config - tftp_server