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