--- - name: Generate hybrid ISO image ansible.builtin.shell: | ./util/genfsimg -o {{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}.iso \ -s {{ bootloader_filename }} \ {{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}.efi \ {{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}.lkrn args: chdir: "{{ ipxe_source_dir }}/src" - name: Generate hybrid USB image ansible.builtin.shell: | ./util/genfsimg -o {{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}.img \ -s {{ bootloader_filename }} \ {{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}.efi \ {{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}.lkrn args: chdir: "{{ ipxe_source_dir }}/src"