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