Add a playbook but do not call it yet and comment its contents for now.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# 20260716 - Hyperling
|
||||
# Ensure the correct International AltGr keyboard setting is always chosen.
|
||||
|
||||
# Is this really needed, or is it an `st` issue with the NovaCustom keyboard?
|
||||
|
||||
#- name: General | Settings | Keyboard | Default Config
|
||||
# lineinfile:
|
||||
# path: "/etc/default/keyboard"
|
||||
# regexp: '{{ item.key }}'
|
||||
# line: '{{ item.value }}'
|
||||
# state: present
|
||||
# create: yes
|
||||
# backup: yes
|
||||
# loop:
|
||||
# - { "key": '^[\#]?XKBMODEL', "value": 'XKBMODEL="pc105"'}
|
||||
# - { "key": '^[\#]?XKBLAYOUT', "value": 'XKBLAYOUT="us"'}
|
||||
# - { "key": '^[\#]?XKBVARIANT', "value": 'XKBVARIANT="altgr-intl"'}
|
||||
Reference in New Issue
Block a user