diff --git a/tasks/cron.yml b/tasks/cron.yml index f43b200..fa6261d 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -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. :)