4 lines
96 B
YAML
4 lines
96 B
YAML
---
|
|
- name: Generate grub config
|
|
become: true
|
|
command: grub-mkconfig -o /boot/grub/grub.cfg
|