ansible-ops-management/tasks/grub.yml
nazunalika 699ec2e2f0
init
2022-02-26 20:19:20 -07:00

6 lines
180 B
YAML

---
- name: Add kernel boot options to all kernels and default config
command: /usr/sbin/grubby --update-kernel=ALL --args "{{ grub_boot_options }}"
changed_when: "1 != 1"
...