5 lines
99 B
YAML
5 lines
99 B
YAML
---
|
|
- name: Update Grub
|
|
ansible.builtin.command:
|
|
cmd: grub2-mkconfig -o /boot/grub2/grub.cfg
|