From 87527d907bedff77e89dfe93880bcbb562ef1c73 Mon Sep 17 00:00:00 2001 From: Chad Date: Sun, 10 Jan 2021 15:52:21 -0600 Subject: [PATCH] Set cron job to enabled. --- tasks/cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index fa6261d..adfc156 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -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. :)