Fixing an error in my grubby command
This commit is contained in:
parent
148f5dba54
commit
1d5567fc09
@ -6,7 +6,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Update grub config to remove zram generation
|
- name: Update grub config to remove zram generation
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: grubby --update-kernel ALL -args='systemd.zram=0'
|
cmd: grubby --update-kernel ALL --args='systemd.zram=0'
|
||||||
|
|
||||||
- name: Update grub config
|
- name: Update grub config
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
Loading…
Reference in New Issue
Block a user