Make grub_pwd optional
This commit is contained in:
parent
b7fd176541
commit
471ff52df0
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue