From 43f935d13162f8757130282096eba04d0c2e0be2 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 11 Sep 2017 00:00:27 +0200
Subject: [PATCH] Fix /etc/default/keyboard touching.

---
 ansible/config_new.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/config_new.yml b/ansible/config_new.yml
index 0f1f067..2273f11 100644
--- a/ansible/config_new.yml
+++ b/ansible/config_new.yml
@@ -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
 
-- 
2.30.2