add update grub
This commit is contained in:
parent
22502a615f
commit
bb775d3f16
|
@ -165,6 +165,11 @@
|
|||
block: |
|
||||
set superusers="'{{ user_grub }}'"
|
||||
password_pbkdf2 '{{ user_grub }}' '{{ code_grub }}'
|
||||
|
||||
# update grub
|
||||
- name: update grub config
|
||||
command: update-grub
|
||||
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
|
Loading…
Reference in New Issue