Fix syntax

This commit is contained in:
Kevin Fenzi 2015-01-10 01:36:24 +00:00
parent 96ebe213df
commit 7bffd49736

View file

@ -3,7 +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"