From 0cae3f7a4cd122b72e93ed60d9d8afed08ebe70a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 5 Oct 2019 11:53:58 +0200 Subject: [PATCH] Prepare mm-crawler for geoip2 The new version of MirrorManager uses the geoip2 databases. This prepares the mm-crawler systems to have the geoip2 databases on the system. Signed-off-by: Adrian Reber --- roles/mirrormanager/crawler/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mirrormanager/crawler/tasks/main.yml b/roles/mirrormanager/crawler/tasks/main.yml index 40edd68a3d..ab3e6da321 100644 --- a/roles/mirrormanager/crawler/tasks/main.yml +++ b/roles/mirrormanager/crawler/tasks/main.yml @@ -9,6 +9,8 @@ - fedmsg - python-GeoIP - jq + - geolite2-city + - geolite2-country tags: - packages