feat(configuration): add Secure Boot tasks for shim and sbctl
This commit is contained in:
8
roles/configuration/tasks/secure_boot.yml
Normal file
8
roles/configuration/tasks/secure_boot.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Configure shim-based Secure Boot
|
||||
when: os != 'archlinux'
|
||||
ansible.builtin.include_tasks: secure_boot/shim.yml
|
||||
|
||||
- name: Configure sbctl Secure Boot
|
||||
when: os == 'archlinux'
|
||||
ansible.builtin.include_tasks: secure_boot/sbctl.yml
|
||||
Reference in New Issue
Block a user