Merge branch 'fix-tty-keyboard-layout' into 'main'

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

Closes #20

See merge request fablab/labsync!61
This commit is contained in:
Simon Bruder 2022-05-24 09:47:13 +00:00
commit b1c4f9eca4
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