First commit
This commit is contained in:
6
roles/webapps/tasks/matomo.yml
Normal file
6
roles/webapps/tasks/matomo.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: crontab for matomo
|
||||
cron:
|
||||
name: Matomo reports
|
||||
user: www-data
|
||||
minute: "5"
|
||||
job: "/usr/bin/php /srv/nginx/nintendojo.fr/analyse/console core:archive > /dev/null"
|
Reference in New Issue
Block a user