Fixing an error in my grubby command

This commit is contained in:
Bradley Bickford 2024-09-28 11:53:53 -04:00
parent 148f5dba54
commit 1d5567fc09

View File

@ -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: