+grub role

This commit is contained in:
Josh Lay 2025-07-27 09:48:17 -05:00
parent 5ffe2b9be1
commit cfa9a8420a
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec
7 changed files with 43 additions and 0 deletions

View 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