mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update Matomo timezone to autodetect
This commit is contained in:
parent
bcb383cdba
commit
bacef12a1f
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
body:
|
body:
|
||||||
siteName: "IIAB"
|
siteName: "IIAB"
|
||||||
url: "{{ matomo_host_url }}"
|
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
|
ecommerce: 0
|
||||||
body_format: form-urlencoded
|
body_format: form-urlencoded
|
||||||
status_code: 302
|
status_code: 302
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue