update grub
This commit is contained in:
parent
ebe16a519e
commit
2c9713f646
|
@ -163,8 +163,8 @@
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/grub.d/40_custom
|
path: /etc/grub.d/40_custom
|
||||||
block: |
|
block: |
|
||||||
set superusers="'{{ user_grub }}'"
|
set superusers="{{ user_grub }}"
|
||||||
password_pbkdf2 '{{ user_grub }}' '{{ code_grub }}'
|
password_pbkdf2 {{ user_grub }} {{ code_grub }}
|
||||||
|
|
||||||
# update grub
|
# update grub
|
||||||
- name: update grub config
|
- name: update grub config
|
||||||
|
|
Loading…
Reference in New Issue