From 791a792829811a61973193b8f781e32056e1a3f0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 24 May 2019 21:01:47 +0100 Subject: [PATCH] Enable GB locale --- tasks/boot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/boot.yml b/tasks/boot.yml index 7c7dd9c..58a5d99 100644 --- a/tasks/boot.yml +++ b/tasks/boot.yml @@ -26,3 +26,7 @@ option: greeter-session value: lightdm-slick-greeter mode: 0644 + +- name: Enable GB locale + locale_gen: + name: en_GB.UTF-8