add grub ansible role
This commit is contained in:
5
handlers/main.yaml
Normal file
5
handlers/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
# handlers file for ansible-role-grub
|
||||
|
||||
- name: grub update config
|
||||
command: '{{ grub_mkconfig_bin }} -o {{ grub_boot_cfg }}'
|
||||
Reference in New Issue
Block a user