Automatically set keyboard layout
This commit is contained in:
parent
51e1710e60
commit
3809353256
3 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
vm_net_interface_name: eth0
|
||||
desired_keyboard_layout: de
|
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 }}"
|
||||
|
|
@ -2,4 +2,5 @@
|
|||
- hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- system_settings
|
||||
- tor_gateway
|
Loading…
Add table
Add a link
Reference in a new issue