+grub role
This commit is contained in:
parent
5ffe2b9be1
commit
cfa9a8420a
7 changed files with 43 additions and 0 deletions
9
roles/grub/handlers/main.yml
Normal file
9
roles/grub/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# handlers file for grub
|
||||
#
|
||||
- name: Generate Config
|
||||
ansible.builtin.command:
|
||||
cmd: "{{ grub_updatecmd[ansible_os_family | lower] }}"
|
||||
become: true
|
||||
changed_when: true # handler, assume this cmd is realizing changes/making more
|
||||
listen: update_grubcfg
|
Loading…
Add table
Add a link
Reference in a new issue