update grub

This commit is contained in:
Ruben Blanco 2023-10-17 10:19:35 +02:00
parent ebe16a519e
commit 2c9713f646
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@
blockinfile:
path: /etc/grub.d/40_custom
block: |
set superusers="'{{ user_grub }}'"
password_pbkdf2 '{{ user_grub }}' '{{ code_grub }}'
set superusers="{{ user_grub }}"
password_pbkdf2 {{ user_grub }} {{ code_grub }}
# update grub
- name: update grub config