Fix ansible cron (again).
This commit is contained in:
parent
e24487aabb
commit
3edada0912
@ -6,6 +6,6 @@
|
|||||||
user: ansible
|
user: ansible
|
||||||
name: "Ansible Sync"
|
name: "Ansible Sync"
|
||||||
minute: "*/15"
|
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
|
state: present
|
||||||
disabled: no
|
disabled: no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user