Update grub config after changes
This commit is contained in:
parent
f7aefddebc
commit
c3b9b83124
1 changed files with 9 additions and 0 deletions
|
@ -47,3 +47,12 @@
|
|||
path: /etc/default/grub
|
||||
line: GRUB_TIMEOUT_STYLE=hidden
|
||||
regexp: "^GRUB_TIMEOUT_STYLE=.*"
|
||||
notify: reconfigure grub
|
||||
|
||||
handlers:
|
||||
- name: reconfigure grub
|
||||
command:
|
||||
argv:
|
||||
- grub2-mkconfig
|
||||
- -o
|
||||
- /boot/grub2/grub.cfg
|
||||
|
|
Loading…
Add table
Reference in a new issue