summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-30 19:13:04 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-30 19:13:04 +0100
commita69ff5ee98160b2534a867845ca1f1bfe2fefab9 (patch)
treed3e7abbd185313fe74f8b1af29dfb63d48e1029b /chaos-at-home/ch-equinox-ws.yml
parentws/minet: add even more connection scripts (diff)
ch-equinox-t450s: some finishing touches
Diffstat (limited to 'chaos-at-home/ch-equinox-ws.yml')
-rw-r--r--chaos-at-home/ch-equinox-ws.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml
index 2118d4a0..59f15e2f 100644
--- a/chaos-at-home/ch-equinox-ws.yml
+++ b/chaos-at-home/ch-equinox-ws.yml
@@ -18,3 +18,9 @@
- name: install ansible via pip
pip:
name: ansible
+
+ - name: disable caps-lock
+ lineinfile:
+ path: /etc/default/keyboard
+ regexp: '#?\s*XKBOPTIONS='
+ line: 'XKBOPTIONS="caps:none"'