Fix Debian EFI mount layout
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
vars:
|
||||
configuration_use_efibootmgr: "{{ is_rhel | default(false) }}"
|
||||
configuration_efi_dir: >-
|
||||
{{ "/boot/efi" if os | lower in ["ubuntu", "ubuntu-lts"] else "/boot" }}
|
||||
{{ "/boot/efi" if (is_debian | default(false) or is_rhel | default(false)) else "/boot" }}
|
||||
configuration_bootloader_id: >-
|
||||
{{ "ubuntu" if os | lower in ["ubuntu", "ubuntu-lts"] else os }}
|
||||
configuration_efi_vendor: >-
|
||||
|
||||
Reference in New Issue
Block a user