|
|
|
@ -2,17 +2,17 @@
|
|
|
|
- name: Set keyboard model
|
|
|
|
- name: Set keyboard model
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
search_string: 'XKBMODEL'
|
|
|
|
regexp: 'XKBMODEL'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_model }}"'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_model }}"'
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set keyboard layout
|
|
|
|
- name: Set keyboard layout
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
path: /etc/default/keyboard
|
|
|
|
search_string: 'XKBMODEL'
|
|
|
|
regexp: 'XKBMODEL'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_layout }}"'
|
|
|
|
line: 'XKBMODEL="{{ 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
|
|
|
|
search_string: 'XKBMODEL'
|
|
|
|
regexp: 'XKBMODEL'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_switch }}"'
|
|
|
|
line: 'XKBMODEL="{{ debian_xkb_switch }}"'
|
|
|
|
|