Allow ansible-pull to spam ansible's mail file so I know if it's doing work.

This commit is contained in:
Hyperling 2021-01-31 16:28:51 -06:00
parent eb4bc98b03
commit 7ede59c950

View File

@ -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