WIP: Fix keyboard layout on tty (fixes #20) #87

Draft
sbruder wants to merge 1 commit from fix-tty-keyboard-layout into main
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,6 @@
---
- name: generate locales
command: locale-gen
- name: reconfigure keyboard-configuration
command: dpkg-reconfigure -f noninteractive keyboard-configuration

View file

@ -3,3 +3,5 @@
template:
src: keyboard.j2
dest: /etc/default/keyboard
notify:
- reconfigure keyboard-configuration