summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-08-26 00:20:40 +0000
committerKevin Fenzi <kevin@scrye.com>2017-08-26 00:20:40 +0000
commit782d93b7df3de1aad53d0049ff409cf52753f392 (patch)
tree6e303345dedc90960c04c3c4282d1eb01db1338a
parentc91f86463b81cb936bd30baec7b72a287936e4c6 (diff)
downloadansible-782d93b7df3de1aad53d0049ff409cf52753f392.tar.gz
ansible-782d93b7df3de1aad53d0049ff409cf52753f392.tar.xz
ansible-782d93b7df3de1aad53d0049ff409cf52753f392.zip
the right file at the right time
-rw-r--r--roles/tftp_server/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tftp_server/tasks/main.yml b/roles/tftp_server/tasks/main.yml
index 9b101df62..92041ef13 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