homeassistant vm
This commit is contained in:
parent
92a051ad78
commit
51662e1dc3
3 changed files with 17 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
ansible.builtin.lineinfile:
|
||||
path: /etc/default/grub
|
||||
regexp: ^GRUB_CMDLINE_LINUX_DEFAULT
|
||||
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet console=ttyS0,115200n1 console=tty0"'
|
||||
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet net.ifnames=0 console=ttyS0,115200n1 console=tty0"'
|
||||
notify:
|
||||
- Update grub
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue