Files
ansible/roles/webapps/tasks/matomo.yml
2019-09-04 09:06:55 +02:00

7 lines
193 B
YAML

- 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"