From 7ede59c950e42dbe10feb160945c2d2e7fbdd0e1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 16:28:51 -0600 Subject: [PATCH] Allow ansible-pull to spam ansible's mail file so I know if it's doing work. --- tasks/cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index 13f63af..9dfeebc 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -2,7 +2,7 @@ cron: user: ansible name: "Ansible Sync" - minute: "*/5" - job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git > /dev/null" + minute: "*/15" + job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git" state: present disabled: no