diff --git a/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml b/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml index 8939308e5..b1570cc54 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml @@ -32,9 +32,6 @@ - name: "Place boot.ipxe helper script /etc/ironic" copy: src=boot.ipxe dest=/etc/ironic/boot.ipxe owner=ironic group=ironic mode=0744 -- name: "Pre-stage boot.ipxe into {{ http_boot_folder }}/" - copy: src=boot.ipxe dest={{ http_boot_folder }}/boot.ipxe owner=ironic group=ironic mode=0744 - - name: "Place tftp config file" copy: src=xinetd.tftp dest=/etc/xinetd.d/tftp