From 7e190647df01afefd0b86fd962ab4df9a05c4a16 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 10 Jan 2015 02:04:09 +0000 Subject: [PATCH] Possibly this, but i doubt it. --- roles/gitolite/check_fedmsg_hooks/tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/gitolite/check_fedmsg_hooks/tasks/main.yml b/roles/gitolite/check_fedmsg_hooks/tasks/main.yml index 3712539664..d72ff3b736 100644 --- a/roles/gitolite/check_fedmsg_hooks/tasks/main.yml +++ b/roles/gitolite/check_fedmsg_hooks/tasks/main.yml @@ -5,6 +5,8 @@ cron: > name=git-check-perms cron_file=ansible-git-check-perms - minute=10 hour=0 weekday=3 + minute=10 + hour=0 + weekday=3 user=nobody job="MAILTO={{git_check_perms_mailto | "root"}} PATH=/usr/bin:/usr/local/bin git check-perms {{ git_basepath | "/git"}} --check=fedmsg-hook"