From e55804cb2c1b1f6f2f5a025e607ea8dce89bdb17 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 17 Nov 2020 08:24:04 +0100 Subject: [PATCH] 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 --- roles/mirrormanager/backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/backend/tasks/main.yml b/roles/mirrormanager/backend/tasks/main.yml index c4acaddf48..49b4277729 100644 --- a/roles/mirrormanager/backend/tasks/main.yml +++ b/roles/mirrormanager/backend/tasks/main.yml @@ -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