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

Merge pull request #3443 from cwivagg/patch-1

Fix for Issue #3441
This commit is contained in:
A Holt 2022-12-25 09:34:09 -05:00 committed by GitHub
commit c3f571f40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,19 @@
user: root
cron_file: "matomo_daily"
- name: Set Permissions for token.php
copy:
content: ""
dest: "{{ matomo_path }}/matomo/tmp/cache/token.php"
group: "{{ apache_user }}"
owner: "{{ apache_user }}"
- name: Set Permissions for tracker Directory
file:
path: "{{ matomo_path }}/matomo/tmp/cache/tracker"
state: directory
owner: "{{ apache_user }}"
group: "{{ apache_user }}"
# RECORD Matomo AS INSTALLED