Allow ansible-pull to spam ansible's mail file so I know if it's doing work.
This commit is contained in:
parent
eb4bc98b03
commit
7ede59c950
@ -2,7 +2,7 @@
|
|||||||
cron:
|
cron:
|
||||||
user: ansible
|
user: ansible
|
||||||
name: "Ansible Sync"
|
name: "Ansible Sync"
|
||||||
minute: "*/5"
|
minute: "*/15"
|
||||||
job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git > /dev/null"
|
job: "{{ ansible_pull_exec }} -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