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

Fix remaining bugs

This commit is contained in:
Carl Wivagg 2022-06-12 06:27:27 -04:00
parent 4edc6c22bd
commit 0381225f53

View file

@ -105,7 +105,7 @@
login: "{{ mdb_username }}"
password: "{{ mdb_password }}"
password_bis: "{{ mdb_password }}"
e-mail: "nobody@dev.null"
email: "nobody@dev.null"
subscribe_newsletter_piwikorg: 0
subscribe_newsletter_professionalservices: 0
body_format: form-urlencoded
@ -118,7 +118,7 @@
headers:
Cookie: "{{ matomo_session_cookie }}"
body:
name: "IIAB"
siteName: "IIAB"
url: "{{ host_url }}"
timezone: "Europe/London"
ecommerce: 0
@ -161,11 +161,3 @@
job: "{{ matomo_cronjob }}"
user: root
cron_file: "matomo_daily"
- name: Set Matomo state variable
set_fact:
matomo_installed: True
- name: Set Matomo state variable in IIAB state file
lineinfile:
path: "{{ iiab_state_file }}"
regexp: '^matomo_installed'
line: 'matomo_installed: True'