Fix keyboard layout on tty
This commit is contained in:
parent
dc5259c469
commit
a33918928e
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: generate locales
|
- name: generate locales
|
||||||
command: locale-gen
|
command: locale-gen
|
||||||
|
|
||||||
|
- name: reconfigure keyboard-configuration
|
||||||
|
command: dpkg-reconfigure -f noninteractive keyboard-configuration
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,5 @@
|
||||||
template:
|
template:
|
||||||
src: keyboard.j2
|
src: keyboard.j2
|
||||||
dest: /etc/default/keyboard
|
dest: /etc/default/keyboard
|
||||||
|
notify:
|
||||||
|
- reconfigure keyboard-configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue