Use British keyboard layout
This commit is contained in:
parent
f0442a887a
commit
4119650277
1 changed files with 5 additions and 0 deletions
|
@ -19,3 +19,8 @@
|
||||||
name: dbus
|
name: dbus
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
- name: Set xorg screen
|
||||||
|
become: true
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: keyboard-gb.conf
|
||||||
|
dest: /usr/local/etc/X11/xorg.conf.d/keyboard-gb.conf
|
||||||
|
|
Loading…
Reference in a new issue