|
|
|
@ -14,11 +14,11 @@
|
|
|
|
- name: Set keyboard layout
|
|
|
|
- name: Set keyboard layout
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
regexp: 'XKBMODEL'
|
|
|
|
regexp: 'XKBLAYOUT'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_layout }}"'
|
|
|
|
line: 'XKBLAYOUT="{{ debian_xkb_layout }}"'
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set keyboard switch
|
|
|
|
- name: Set keyboard switch
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
regexp: 'XKBMODEL'
|
|
|
|
regexp: 'XKBOPTIONS'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_switch }}"'
|
|
|
|
line: 'XKBOPTIONS="{{ debian_xkb_switch }}"'
|
|
|
|
|