6 lines
180 B
YAML
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"
|
||
|
...
|