ansible/roles/grub/tasks/Debian.yaml

8 lines
200 B
YAML
Raw Permalink Normal View History

---
- name: enable serial console
lineinfile:
path: "{{ grub_defaults_path }}"
regexp: '^GRUB_CMDLINE_LINUX='
line: GRUB_CMDLINE_LINUX="{{ grub_cmdline_linux }}"
notify: grub-mkconfig