1
0
Fork 0
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:
cwivagg 2022-12-24 07:29:02 -05:00 committed by GitHub
parent 13df79006c
commit 3b3d223beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,6 +180,13 @@
body_format: form-urlencoded body_format: form-urlencoded
status_code: 302 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 - name: Start Collecting Matomo Data
cron: cron:
name: "MatomoDataIngestionOnReboot" name: "MatomoDataIngestionOnReboot"