update grub-password

This commit is contained in:
Ruben Blanco 2023-10-26 13:35:30 +02:00
parent 576f9473b0
commit 115cf8736e
1 changed files with 1 additions and 1 deletions

View File

@ -245,9 +245,9 @@
block: | block: |
set superusers="{{ user_grub }}" set superusers="{{ user_grub }}"
password_pbkdf2 {{ user_grub }} {{ code_grub }} password_pbkdf2 {{ user_grub }} {{ code_grub }}
register: grub_register
tags: tags:
- grub-password - grub-password
register: grub_register
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# paso2 - update grub # paso2 - update grub
- name: update grub config - name: update grub config