ansible/roles/grub/tasks/main.yml

9 lines
204 B
YAML
Raw Normal View History

#!/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