Try this.
This commit is contained in:
parent
7bffd49736
commit
440245cab5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue