fix: update grub and initramfs

This commit is contained in:
mustard 2026-01-03 22:28:47 +01:00
parent 2f2b980b05
commit 958c761143

View file

@ -207,6 +207,11 @@
path: '/etc/fstab'
state: 'absent'
- name: 'Update grub and initramfs'
ansible.builtin.command:
cmd: 'update-grub && update-initramfs -u'
changed_when: true
- name: 'Install zram'
ansible.builtin.dnf5:
name: