Try this.

This commit is contained in:
Kevin Fenzi 2015-01-10 01:45:32 +00:00
parent 7bffd49736
commit 440245cab5

View file

@ -3,8 +3,8 @@
- name: schedule check execution
cron: >
name="git-check-perms"
cron_file="ansible-git-check-perms"
name=git-check-perms
cron_file=ansible-git-check-perms
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"