Better way to handle the serial console

This commit is contained in:
2019-10-05 17:58:44 -05:00
parent 317bed2eb6
commit 9c620cb28f
5 changed files with 28 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
---
- name: enable serial console
lineinfile:
path: "{{ grub_defaults_path }}"
regexp: '^GRUB_CMDLINE_LINUX='
line: GRUB_CMDLINE_LINUX="{{ grub_cmdline_linux }}"
notify: grub-mkconfig