Automatically set keyboard layout
This commit is contained in:
parent
51e1710e60
commit
3809353256
3 changed files with 7 additions and 1 deletions
4
roles/system_settings/tasks/main.yml
Normal file
4
roles/system_settings/tasks/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- name: Set keyboard layout
|
||||
command: "setxkbmap -layout {{ desired_keyboard_layout }}"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue