fix(configuration): tolerate missing units, gate Secure Boot to supported OSes, fix clevis install per family
This commit is contained in:
@@ -155,5 +155,5 @@
|
||||
ansible.builtin.include_tasks: encryption/dracut.yml
|
||||
|
||||
- name: Configure GRUB for LUKS
|
||||
when: _initramfs_generator | default('') != 'dracut' or os_family != 'RedHat'
|
||||
when: _initramfs_generator | default('') != 'dracut'
|
||||
ansible.builtin.include_tasks: encryption/grub.yml
|
||||
|
||||
Reference in New Issue
Block a user