From 2c55b412ed44743faa46dae7b624f0c5e0ce12e0 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 7 Sep 2025 23:05:04 -0600 Subject: [PATCH] added a log to the cron.yml --- tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index 2e9d2c2..0aa14d6 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 > /dev/null" + job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git >> ~/test/ansible_log"