fix: update grub and initramfs
This commit is contained in:
parent
2f2b980b05
commit
958c761143
1 changed files with 5 additions and 0 deletions
|
|
@ -207,6 +207,11 @@
|
||||||
path: '/etc/fstab'
|
path: '/etc/fstab'
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
|
|
||||||
|
- name: 'Update grub and initramfs'
|
||||||
|
ansible.builtin.command:
|
||||||
|
cmd: 'update-grub && update-initramfs -u'
|
||||||
|
changed_when: true
|
||||||
|
|
||||||
- name: 'Install zram'
|
- name: 'Install zram'
|
||||||
ansible.builtin.dnf5:
|
ansible.builtin.dnf5:
|
||||||
name:
|
name:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue