From aa978bb1e2e8b892ad33deb181e744c7d871a07e Mon Sep 17 00:00:00 2001 From: Robert Romero Date: Tue, 9 Sep 2025 16:24:45 -0600 Subject: [PATCH] updated cron to every 30 minutes from 10 minutes --- tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index 65c2f5b..90b2627 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -2,5 +2,5 @@ cron: user: root name: "ansible provision" - minute: "*/10" + minute: "*/30" job: "/usr/bin/ansible-pull -o -U https://gitea.romerozone.top/robert/ansible_pull_master.git > /var/log/ansible-pull.log 2>&1"