From 17d476485532343b6cdaf9ef2c1cd101dece8aa0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 28 Nov 2016 21:57:47 +0000 Subject: [PATCH] how about we run this cron only once on mondays not every minute --- roles/batcave/files/infra-tags-report.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/batcave/files/infra-tags-report.cron b/roles/batcave/files/infra-tags-report.cron index 3be5d2b429..262b48d5f2 100644 --- a/roles/batcave/files/infra-tags-report.cron +++ b/roles/batcave/files/infra-tags-report.cron @@ -1 +1 @@ -* * * * 1 nobody /usr/local/bin/infra-tags-report.sh >& /dev/null +0 1 * * 1 nobody /usr/local/bin/infra-tags-report.sh >& /dev/null