Move the repo2json output to a better location

This commit is contained in:
Pierre-Yves Chibon 2014-12-19 12:07:58 +01:00
parent e6e33204af
commit 1743aa23c2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
45 * * * * root cd /srv/web/repojson && /usr/local/bin/repo2json
45 * * * * root cd /srv/web/repo/json && /usr/local/bin/repo2json

View file

@ -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