update grub
This commit is contained in:
parent
ebe16a519e
commit
2c9713f646
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue