mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user