Set virtual console keyboard
This commit is contained in:
parent
24780bbbd9
commit
b7412a21f9
1 changed files with 7 additions and 0 deletions
|
@ -103,3 +103,10 @@
|
|||
owner: "{{ user }}"
|
||||
group: users
|
||||
directory_mode: true
|
||||
|
||||
- name: Set vconsole keyboard
|
||||
lineinfile:
|
||||
path: /etc/vconsole.conf
|
||||
state: present
|
||||
regexp: '^KEYMAP='
|
||||
line: 'KEYMAP=uk'
|
||||
|
|
Loading…
Reference in a new issue