From a69ff5ee98160b2534a867845ca1f1bfe2fefab9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 30 Dec 2020 19:13:04 +0100 Subject: ch-equinox-t450s: some finishing touches --- chaos-at-home/ch-equinox-ws.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chaos-at-home/ch-equinox-ws.yml') 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"' -- cgit v1.2.3