From 2305c5c6683ec061fffc9637fa3b2897ea7057cb Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 7 Feb 2025 19:54:39 -0600 Subject: [PATCH] Install libvirt Python bindings The new dynamic inventory plugin needs the Python bindings for *libvirt* in order to communicate with the *libvirt* daemon on the VM hosts. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index e438282..c5c556e 100644 --- a/Containerfile +++ b/Containerfile @@ -7,6 +7,7 @@ RUN dnf install -y \ openssh-clients \ python3-ara \ python3-dns \ + python3-libvirt \ python3-netaddr \ && dnf clean all