Files
homelab-infra/infrastructure/proxmox/ansible/roles/pve_kernel_params/handlers/main.yml
T
panxiao81 88a02ababa
lint / yaml (push) Has been cancelled
lint / ansible (push) Has been cancelled
lint / terraform (push) Has been cancelled
Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
2026-09-09 16:47:20 +00:00

8 lines
226 B
YAML

---
- name: Update grub
# Rewrites /boot/grub/grub.cfg. Takes effect on the NEXT boot only -- this
# role intentionally never reboots a node on its own.
ansible.builtin.command:
cmd: update-grub
changed_when: true