mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix for Issue #3441
This commit is contained in:
parent
13df79006c
commit
3b3d223beb
1 changed files with 7 additions and 0 deletions
|
@ -180,6 +180,13 @@
|
|||
body_format: form-urlencoded
|
||||
status_code: 302
|
||||
|
||||
- name: Set Matomo Directory Permissions
|
||||
file:
|
||||
path: "{{ matomo_path }}/matomo"
|
||||
recurse: yes
|
||||
owner: "{{ apache_user }}" # e.g. www-data
|
||||
group: "{{ apache_user }}"
|
||||
|
||||
- name: Start Collecting Matomo Data
|
||||
cron:
|
||||
name: "MatomoDataIngestionOnReboot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue