Move the repo2json output to a better location
This commit is contained in:
parent
e6e33204af
commit
1743aa23c2
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
45 * * * * root cd /srv/web/repojson && /usr/local/bin/repo2json
|
||||
45 * * * * root cd /srv/web/repo/json && /usr/local/bin/repo2json
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
- repo2json
|
||||
|
||||
- name: Ensure that the output dir exists
|
||||
file: dest=/srv/web/repojson owner=root group=root mode=0755 state=directory
|
||||
file: dest=/srv/web/repo/json owner=root group=root mode=0755 state=directory
|
||||
tags:
|
||||
- repo2json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue