Normalize LUKS boot layout and partitioning defaults
This commit is contained in:
@@ -106,8 +106,7 @@
|
||||
label: "{{ item.path }}"
|
||||
|
||||
- name: Enable GRUB cryptodisk for encrypted /boot
|
||||
when:
|
||||
- partitioning_luks_enabled | default(luks_enabled | default(false)) | bool
|
||||
when: partitioning_grub_enable_cryptodisk | default(false) | bool
|
||||
ansible.builtin.lineinfile:
|
||||
path: /mnt/etc/default/grub
|
||||
regexp: '^GRUB_ENABLE_CRYPTODISK='
|
||||
|
||||
Reference in New Issue
Block a user