Do not update backend cron script in staging

This commit is contained in:
Adrian Reber 2015-05-07 12:34:27 +00:00
parent 0ac9353d8a
commit 41e821f9f7

View file

@ -38,6 +38,7 @@
copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron
tags:
- config
when: env != 'staging'
- name: install the fedmsg query script
copy: src=last-sync dest=/usr/local/bin/last-sync mode=0755