Disable cron job while testing.

This commit is contained in:
Hyperling 2020-12-21 05:53:22 -06:00
parent 9a2bb2f7a8
commit 4c0af3cdc9

View File

@ -4,3 +4,5 @@
name: "Ansible Sync"
minute: "*/5"
job: "/usr/bin/ansible-pull -o -U https://github.com/Hyperling/ansible.git > /dev/null"
state: present
disabled: yes # until everything is actually correct. :)