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:
parent
4edc6c22bd
commit
0381225f53
1 changed files with 2 additions and 10 deletions
|
@ -105,7 +105,7 @@
|
||||||
login: "{{ mdb_username }}"
|
login: "{{ mdb_username }}"
|
||||||
password: "{{ mdb_password }}"
|
password: "{{ mdb_password }}"
|
||||||
password_bis: "{{ mdb_password }}"
|
password_bis: "{{ mdb_password }}"
|
||||||
e-mail: "nobody@dev.null"
|
email: "nobody@dev.null"
|
||||||
subscribe_newsletter_piwikorg: 0
|
subscribe_newsletter_piwikorg: 0
|
||||||
subscribe_newsletter_professionalservices: 0
|
subscribe_newsletter_professionalservices: 0
|
||||||
body_format: form-urlencoded
|
body_format: form-urlencoded
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
headers:
|
headers:
|
||||||
Cookie: "{{ matomo_session_cookie }}"
|
Cookie: "{{ matomo_session_cookie }}"
|
||||||
body:
|
body:
|
||||||
name: "IIAB"
|
siteName: "IIAB"
|
||||||
url: "{{ host_url }}"
|
url: "{{ host_url }}"
|
||||||
timezone: "Europe/London"
|
timezone: "Europe/London"
|
||||||
ecommerce: 0
|
ecommerce: 0
|
||||||
|
@ -161,11 +161,3 @@
|
||||||
job: "{{ matomo_cronjob }}"
|
job: "{{ matomo_cronjob }}"
|
||||||
user: root
|
user: root
|
||||||
cron_file: "matomo_daily"
|
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'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue