From 782d93b7df3de1aad53d0049ff409cf52753f392 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 26 Aug 2017 00:20:40 +0000 Subject: [PATCH] the right file at the right time --- roles/tftp_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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