Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
4 lines
121 B
YAML
4 lines
121 B
YAML
---
|
|
- name: deactivate caps
|
|
become: true
|
|
ansible.builtin.command: setxkbmap -option caps:none # noqa no-changed-when
|