From 1ae547a756087db12dc5f796de986a22dc30a714 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sun, 19 May 2019 13:25:00 +0000 Subject: [PATCH] bodhi-backend: Make sure zchunk dicts are installed The zchunk dictionaries used to reduce the size of zchunk metadata seems to not currently be installed on the bodhi server. This patch makes sure they are installed. Signed-off-by: Jonathan Dieter --- roles/bodhi2/backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 6740b249a2..9fa2040c77 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -18,6 +18,7 @@ - bodhi-composer - python3-pyramid_sawing - sigul + - fedora-repo-zdicts # Are these still needed? - compose-utils - pungi-utils