Set cron job to enabled.

This commit is contained in:
Chad 2021-01-10 15:52:21 -06:00 committed by GitHub
parent f7aa0ccf89
commit 87527d907b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
- name: install cron job (ansible-pull)
cron:
user: hyper
user: ansible
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. :)
disabled: no # until everything is actually correct. :)