Fixing an error in my grubby command
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
tasks:
|
||||
- name: Update grub config to remove zram generation
|
||||
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
|
||||
ansible.builtin.shell:
|
||||
|
||||
Reference in New Issue
Block a user