diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-26 00:20:40 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-26 00:20:40 +0000 |
commit | 782d93b7df3de1aad53d0049ff409cf52753f392 (patch) | |
tree | 6e303345dedc90960c04c3c4282d1eb01db1338a | |
parent | c91f86463b81cb936bd30baec7b72a287936e4c6 (diff) | |
download | ansible-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.yml | 2 |
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 |