diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-26 00:26:58 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-26 00:26:58 +0000 |
commit | 5c1a87ae48965f82c883871b87540fd108f1ca9c (patch) | |
tree | f434b8e54f458ffddf4e2e394d613a283becded9 | |
parent | 782d93b7df3de1aad53d0049ff409cf52753f392 (diff) | |
download | ansible-5c1a87ae48965f82c883871b87540fd108f1ca9c.tar.gz ansible-5c1a87ae48965f82c883871b87540fd108f1ca9c.tar.xz ansible-5c1a87ae48965f82c883871b87540fd108f1ca9c.zip |
this might be right
-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 92041ef13..50f427745 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=highbank.{{ inventory_hostname }} dest=/var/lib/tftpboot/pxelinux.cfg/highbank mode=644 + copy: src=highbank.{{ inventory_hostname }} dest=/var/lib/tftpboot/pxelinux.cfg/default-arm-highbank mode=644 tags: - config - tftp_server |