We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d1d834 + f3d44bb commit e238c9aCopy full SHA for e238c9a
vars/Debian.yml
@@ -13,7 +13,7 @@ libvirt_vm_script_env: >-
13
14
# Path to template OVMF efi variable store. A copy will be created
15
# for each VM created.
16
-libvirt_vm_ovmf_efi_variable_store_path: /usr/share/OVMF/OVMF_VARS.fd
+libvirt_vm_ovmf_efi_variable_store_path: "/usr/share/OVMF/{{ 'OVMF_VARS_4M.fd' if ansible_facts.distribution_release == 'noble' else 'OVMF_VARS.fd' }}"
17
18
# Path to OVMF efi firmware
19
-libvirt_vm_ovmf_efi_firmware_path: /usr/share/OVMF/OVMF_CODE.fd
+libvirt_vm_ovmf_efi_firmware_path: "/usr/share/OVMF/{{ 'OVMF_CODE_4M.fd' if ansible_facts.distribution_release == 'noble' else 'OVMF_CODE.fd' }}"
0 commit comments