Make grub_pwd optional

This commit is contained in:
Raphael Dannecker 2025-04-07 07:27:36 +02:00
parent b7fd176541
commit 471ff52df0

View file

@ -98,6 +98,7 @@
export superusers
password_pbkdf2 root {{ grub_pwd }}
notify: Run update-grub
when: grub_pwd|default(false)
- name: Allow booting grub menu entries
ansible.builtin.lineinfile: