ansible/roles/grub/tasks/main.yml
Salt 4f96ddf379 Add udev, grub roles for desktops
Lovin how light they are tho
2020-11-03 05:30:19 -06:00

9 lines
204 B
YAML

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- name: configure grub
block:
- name: template out grub config
template: src=grub.conf dest=/etc/default/grub
notify: grub mkconfig