From bacef12a1f52776493be295d1a00b7cc52f71ba5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Jun 2022 13:23:42 +0000 Subject: [PATCH] update Matomo timezone to autodetect --- roles/matomo/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matomo/tasks/install.yml b/roles/matomo/tasks/install.yml index becdbd5d7..ede730dbc 100644 --- a/roles/matomo/tasks/install.yml +++ b/roles/matomo/tasks/install.yml @@ -137,7 +137,7 @@ body: siteName: "IIAB" url: "{{ matomo_host_url }}" - timezone: "Europe/London" # CONSIDER IIAB'S OWN TIMEZONE? (Or if that's too hard, UTC to avoid UK's March + October time changes?) + timezone: "{{ ansible_date_time.tz }}" ecommerce: 0 body_format: form-urlencoded status_code: 302