Install libvirt Python bindings
ContainerImages/ansible/pipeline/head This commit looks good Details

The new dynamic inventory plugin needs the Python bindings for *libvirt*
in order to communicate with the *libvirt* daemon on the VM hosts.
main
Dustin 2025-02-07 19:54:39 -06:00
parent cbbd0a9004
commit 2305c5c668
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN dnf install -y \
openssh-clients \
python3-ara \
python3-dns \
python3-libvirt \
python3-netaddr \
&& dnf clean all