From 7d52cf5e3af4a053aca0cb37c655ab0a4d9e5f47 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 May 2019 16:30:28 +0100 Subject: [PATCH] Create vconsole file if it doesn't exist --- tasks/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/shell.yml b/tasks/shell.yml index 38a7061..bc36414 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -114,5 +114,5 @@ lineinfile: path: /etc/vconsole.conf state: present - regexp: '^KEYMAP=' line: 'KEYMAP=uk' + create: true