From 87d4e49174df2ecb63e87164a37fba0b90be59ba Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 12 Nov 2020 08:32:41 +0100 Subject: [PATCH] mirrormanager: updated mirrorlist-server to 3.0.2 The testing of generate-mirrorlist-cache showed that private mirrors where not part of the mirrorlist cache any more. Only private Internet2 mirrors where included in the cache. This is fixed upstream in 3.0.2. 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 7c2cb146bb..01120cd862 100644 --- a/roles/mirrormanager/backend/tasks/main.yml +++ b/roles/mirrormanager/backend/tasks/main.yml @@ -154,7 +154,7 @@ - name: checkout mirrorlist-server git: repo: https://github.com/adrianreber/mirrorlist-server.git - version: 3.0.1 + version: 3.0.2 dest: /srv/mirrorlist-server.git become: yes become_user: mirrormanager