You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using setup-pxe role, under the task install.yml , seeing an error as below |
"msg": "Could not find or access 'ipxe.j2'\nSearched in:\n\t/root/ansible-ai-playbook/roles/setup-pxe/templates/ipxe.j2\n\t/root/ansible-ai-playbook/roles/setup-pxe/ipxe.j2\n\t/root/ansible-ai-playbook/roles/setup-pxe/tasks/templates/ipxe.j2\n\t/root/ansible-ai-playbook/roles/setup-pxe/tasks/ipxe.j2\n\t/root/ansible-ai-playbook/templates/ipxe.j2\n\t/root/ansible-ai-playbook/ipxe.j2 on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"
While using
setup-pxe
role, under the taskinstall.yml
, seeing an error as below |While inspecting the role,
and the task
install.yml
calls this fileipxe.j2
which doesn't exist.The text was updated successfully, but these errors were encountered: