1
0
Fork 0

Make it run every 10 minutes

This commit is contained in:
🎷🐢 S. P. O. Clayton 2023-07-02 20:49:27 -04:00
parent eabaef6cc1
commit b9f0d21525
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@
- name: Ensure cron exists to automatically update feeds
ansible.builtin.cron:
name: "check dirs"
minute: "10"
minute: "*/10"
job: |-
www-data php -f /usr/share/FreshRSS/app/actualize_script.php > /tmp/FreshRSS.log 2>&1