diff --git a/freshrss.yaml b/freshrss.yaml index 5ac9349..4bda484 100644 --- a/freshrss.yaml +++ b/freshrss.yaml @@ -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