Fix ansible cron (again).
This commit is contained in:
parent
e24487aabb
commit
3edada0912
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user