Enable the extras json files on prod

This commit is contained in:
Pierre-Yves Chibon 2017-10-04 22:33:01 +02:00
parent 2836a5b7e3
commit 1c3cf6701c

View file

@ -251,7 +251,6 @@
owner=root group=root mode=0644
with_items:
- pagure_cron.conf
when: env == 'staging'
tags:
- files
- config
@ -263,7 +262,6 @@
file: state=directory
path=/srv/cache/extras
owner=apache group=apache mode=0775
when: env == 'staging'
tags:
- pagure
@ -275,7 +273,6 @@
job: /usr/bin/python2 /usr/libexec/pagure-dist-git/pagure_poc.py /srv/cache/extras
cron_file: pagure-poc
state: present
when: env == 'staging'
tags:
- pagure