From ce119a8dde89763b711f647347e41c369894d674 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Nov 2015 09:28:02 +0100 Subject: [PATCH] This seems to be needed for fedmsg, placing it here for now --- roles/mdapi/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mdapi/tasks/main.yml b/roles/mdapi/tasks/main.yml index a9384f438c..40e586aab3 100644 --- a/roles/mdapi/tasks/main.yml +++ b/roles/mdapi/tasks/main.yml @@ -6,6 +6,7 @@ with_items: - mdapi - python3-fedmsg-core + - policycoreutils-python-utils tags: - mdapi - packages