mirrormanager: enable cron script installation

During the datacenter move the cron script installation was disabled for
IAD2. This removes this conditional to be able to update the cron script
again.

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2020-11-17 08:24:04 +01:00
parent 994b025a70
commit e55804cb2c

View file

@ -40,7 +40,7 @@
copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron
tags:
- config
when: env != 'staging' and datacenter != 'iad2'
when: env != 'staging'
- name: install backend helper scripts
copy: src={{ item }} dest=/usr/local/bin/{{ item }} mode=0755