From bc8de177935662f5862e8bc7cd982e04292cc401 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 10 Sep 2017 23:07:01 +0200 Subject: [PATCH] Touch setupcon targets so they do not get ignored. --- ansible/config_new.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 3053ddb..0f1f067 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -38,6 +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: run setupcon to apply console settings from /etc/default/ command: setupcon -- 2.30.2