Create vconsole file if it doesn't exist

This commit is contained in:
Jake Howard 2019-05-27 16:30:28 +01:00
parent a4cda05a3f
commit 7d52cf5e3a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -114,5 +114,5 @@
lineinfile:
path: /etc/vconsole.conf
state: present
regexp: '^KEYMAP='
line: 'KEYMAP=uk'
create: true