#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
- name: grub mkconfig
ansible.builtin.command: "grub-mkconfig -o /boot/grub/grub.cfg"
become: yes