From d4e41b836335b96c88848fdde0fa1e021068aa7f Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 7 Sep 2025 20:57:53 -0600 Subject: [PATCH] modified cron.yml to github public repo --- tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index dbe88c4..2e9d2c2 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://gitea.romerozone.top/robert/ansible_pull_tutorial.git > /dev/null" + job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git > /dev/null"