From c301dd90c3eb85332f7a4682c52bc042fb126b1e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 9 May 2017 14:43:38 +0000 Subject: [PATCH] install libvirt-client on the builders libvirt-client is needed to ensure that we can get a simple view into things when image building goes wrong Signed-off-by: Dennis Gilmore --- roles/koji_builder/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index 867c875aef..af76818858 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -78,6 +78,7 @@ - audit - pycdio - python-kickstart + - libvirt-client - oz - imagefactory - imagefactory-plugins-TinMan