updated cron to every 30 minutes from 10 minutes

This commit is contained in:
2025-09-09 16:24:45 -06:00
parent aee626bda9
commit aa978bb1e2

View File

@@ -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"