From 80c052f6618f550e74f50f257b2390d279e03530 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 24 May 2019 22:53:57 +0100 Subject: [PATCH] Set timezone --- tasks/boot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/boot.yml b/tasks/boot.yml index 58efa3c..03767ce 100644 --- a/tasks/boot.yml +++ b/tasks/boot.yml @@ -31,3 +31,7 @@ - name: Enable GB locale locale_gen: name: en_GB.UTF-8 + +- name: Set timezone + timezone: + name: Europe/London