From c6ee32d0c08bf7d6595d7c9b707d3f47352bc043 Mon Sep 17 00:00:00 2001 From: Carl Wivagg Date: Thu, 28 Jul 2022 06:36:33 -0400 Subject: [PATCH] fix timezone issue --- roles/matomo/tasks/install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/matomo/tasks/install.yml b/roles/matomo/tasks/install.yml index 3e41602e2..68942ea3c 100644 --- a/roles/matomo/tasks/install.yml +++ b/roles/matomo/tasks/install.yml @@ -137,7 +137,6 @@ body: siteName: "IIAB" url: "{{ matomo_host_url }}" - timezone: "{{ ansible_date_time.tz }}" ecommerce: 0 body_format: form-urlencoded status_code: 302