mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
c3f571f40a
1 changed files with 13 additions and 0 deletions
|
@ -197,6 +197,19 @@
|
||||||
user: root
|
user: root
|
||||||
cron_file: "matomo_daily"
|
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
|
# RECORD Matomo AS INSTALLED
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue