From 8593e7c4c56e7258f1f190c15f90da494020d934 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 8 Sep 2025 01:24:29 -0600 Subject: [PATCH] changed cron to run root user?? --- tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index 870b455..bd2b29e 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -1,6 +1,6 @@ - name: install cron job (ansible-pull) cron: - user: ansible + user: root 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"