mg
78881d210f
caps lock programme nextcloud client Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#113 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
4 lines
102 B
YAML
4 lines
102 B
YAML
---
|
|
- name: deactivate caps
|
|
become: true
|
|
ansible.builtin.shell: setxkbmap -option caps:none
|