Fix keyboard layout on tty

This commit is contained in:
Simon Bruder 2020-08-06 17:25:14 +02:00
parent dc5259c469
commit a33918928e
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

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