mono-infrastructure/ansible/playbooks/tasks/grub.yml
2021-04-01 20:16:58 -07:00

4 lines
151 B
YAML

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