Fix ansible-pull path for FreeBSD. Fix inventory file in cfg (file is being used!).

This commit is contained in:
2021-01-31 16:10:57 -06:00
parent d1756ea20e
commit 9a39c7c7bb
3 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,6 @@
user: ansible
name: "Ansible Sync"
minute: "*/5"
job: "/usr/bin/ansible-pull -o -U https://github.com/Hyperling/ansible.git > /dev/null"
job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git > /dev/null"
state: present
disabled: no