mono-infrastructure/ansible/playbooks/tasks/grub.yml
2021-04-02 00:56:50 -07:00

5 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"