From 3edada0912b37d078d5dd1b8d9ffa3f803776fd4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 3 Feb 2021 21:32:03 -0600 Subject: [PATCH] Fix ansible cron (again). --- tasks/general/cron/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/cron/ansible.yml b/tasks/general/cron/ansible.yml index a98905f..986c091 100644 --- a/tasks/general/cron/ansible.yml +++ b/tasks/general/cron/ansible.yml @@ -6,6 +6,6 @@ user: ansible name: "Ansible Sync" minute: "*/15" - job: "sudo {{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git" + job: "sudo {{ ansible_pull_exec.stdout }} -o -U https://github.com/Hyperling/ansible.git" state: present disabled: no