From b9f0d21525fbad6acedcfe91e3ed85c378285bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20S=2E=20P=2E=20O=2E=20Clayton?= Date: Sun, 2 Jul 2023 20:49:27 -0400 Subject: [PATCH] Make it run every 10 minutes --- freshrss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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