From 818a65bbd307020f312dd023942b68950f7ff293 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 8 Sep 2025 00:54:46 -0600 Subject: [PATCH] fixed cron yml --- tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index 06873d9..dd68853 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -3,4 +3,4 @@ user: ansible name: "ansible provision" minute: "*/10" - job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git \ >> /var/log/ansible-pull.log 2>&1 + job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git \ >> /var/log/ansible-pull.log 2>&1"