home · contact · privacy
Fix /etc/default/keyboard touching.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 10 Sep 2017 22:00:27 +0000 (00:00 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 10 Sep 2017 22:00:27 +0000 (00:00 +0200)
ansible/config_new.yml

index 0f1f067d737cf1ca43e63083544a697d65e852a8..2273f1194e0ba4f0ddc735f9bfab32fcb38e8641 100644 (file)
@@ -38,8 +38,8 @@
     with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/console | sed -e 's/ *#.*$//'
   - name: generate en_US.UTF-8 locale
     locale_gen: name=en_US.UTF-8 state=present
-  - name: Touch console config link targets so setupcon does not ignore them.
-    file: state=touch dest=~/config/ansible/files/console/*
+  - name: Touch keyboard config file so setupcon does not ignore it.
+    command: touch /etc/default/keyboard
   - name: run setupcon to apply console settings from /etc/default/
     command: setupcon