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:
parent
994b025a70
commit
e55804cb2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue