1
0
Fork 0

Add cron for updating freshrss

This commit is contained in:
🎷🐢 S. P. O. Clayton 2023-06-27 10:23:46 -04:00
parent bbeea862b6
commit eabaef6cc1
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
1 changed files with 7 additions and 0 deletions

View File

@ -40,3 +40,10 @@
source: /home/server/freshrss_data
type: bind
state: "{{ container_state }}"
- name: Ensure cron exists to automatically update feeds
ansible.builtin.cron:
name: "check dirs"
minute: "10"
job: |-
www-data php -f /usr/share/FreshRSS/app/actualize_script.php > /tmp/FreshRSS.log 2>&1