From 82fa85834ae96c8aed7a09e555a9dbe64376e180 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 15 Mar 2021 13:39:22 -0400 Subject: [PATCH] Add libguestfs-tools to libvirt role deps --- roles/pvc/tasks/libvirt/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/tasks/libvirt/main.yml b/roles/pvc/tasks/libvirt/main.yml index 18036c8..b5eb78c 100644 --- a/roles/pvc/tasks/libvirt/main.yml +++ b/roles/pvc/tasks/libvirt/main.yml @@ -8,6 +8,7 @@ - qemu-block-extra - vhostmd - ceph-common + - libguestfs-tools state: latest - name: add libvirt user to ceph group