From e5e138a4e486698a5b0b081209190d3435f076bb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 23 Apr 2021 15:43:46 +0200 Subject: [PATCH] copr-hv: install guestfish --- roles/copr/hypervisor/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/hypervisor/tasks/main.yml b/roles/copr/hypervisor/tasks/main.yml index a4300f049e..db96e18d70 100644 --- a/roles/copr/hypervisor/tasks/main.yml +++ b/roles/copr/hypervisor/tasks/main.yml @@ -133,6 +133,7 @@ package: name={{ item }} state=present with_items: - qemu-kvm + - libguestfs-tools-c - libvirt - virt-install