Files
mw-pfeddersheim-workstation/ansible/roles/system-upgrade/handlers/main.yml
T
2026-05-20 10:49:07 +02:00

7 lines
330 B
YAML

---
# Handlers for system-upgrade role.
# Currently the role uses explicit gated tasks (when: ... .changed) rather
# than notify/handler chains, because every kernel/driver change must trigger
# both mkinitcpio AND grub-mkconfig in a strict order. If you later split
# tasks across files, prefer the standard notify pattern here.