mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Move the repo2json output to a better location
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user