mirrormanager: do not install the cron jobs on mm-backend01.iad2 yet

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-28 19:00:51 -07:00
parent 432bd703d7
commit c049f87179

View file

@ -37,7 +37,7 @@
copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron
tags:
- config
when: env != 'staging'
when: env != 'staging' and datacenter != 'iad2'
- name: install the umdl-required script
copy: src=umdl-required dest=/usr/local/bin/umdl-required mode=0755