Fix syntax
This commit is contained in:
parent
96ebe213df
commit
7bffd49736
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue