mirror of
https://github.com/rocky-linux/infrastructure
synced 2025-01-03 16:20:55 +00:00
4 lines
176 B
YAML
4 lines
176 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"
|