1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3354 from cwivagg/cwivagg-timezone-patch

Cwivagg timezone patch [Matomo]
This commit is contained in:
A Holt 2022-08-31 09:28:00 -04:00 committed by GitHub
commit 9a78a0a352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,8 +139,23 @@
url: "{{ matomo_host_url }}"
ecommerce: 0
body_format: form-urlencoded
status_code: [200, 302]
register: _result
- name: Fallback Configure Matomo to track IIAB
uri:
url: "{{ matomo_full_url }}index.php?action=firstWebsiteSetup&module=Installation"
method: POST
headers:
Cookie: "{{ matomo_session_cookie }}"
body:
siteName: "IIAB"
url: "{{ matomo_host_url }}"
timezone: "Europe/London"
ecommerce: 0
body_format: form-urlencoded
status_code: 302
#register: matomo_first_website_setup
when: _result.status == 200
- name: Matomo Tracking Code
uri: