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