11---
2- # List of libvirt package dependencies .
2+ # List of default daemon packages to install .
33libvirt_host_libvirt_packages_default :
44 # NOTE(mgoddard): CentOS 8.3 has a bug in which updating qemu-kvm does not
55 # update libgcrypt. This leads to failues when using libvirt/qemu. See
@@ -10,8 +10,8 @@ libvirt_host_libvirt_packages_default:
1010 - libvirt-daemon-kvm
1111 - qemu-kvm
1212
13- # List of all client packages to install.
14- libvirt_host_libvirt_packages_client :
13+ # List of default client packages to install.
14+ libvirt_host_libvirt_packages_client_default :
1515 - libvirt-client
1616 - " {{ 'python3-libvirt' if libvirt_host_python3 | bool else 'libvirt-python' }}"
1717 - " {{ 'python3-lxml' if libvirt_host_python3 | bool else 'python-lxml' }}"
@@ -27,13 +27,6 @@ libvirt_host_packages_efi_by_version:
2727libvirt_host_packages_efi : >-
2828 {{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }}
2929
30- # List of all packages to install
31- libvirt_host_libvirt_packages : >
32- {{ libvirt_host_libvirt_packages_default +
33- libvirt_host_libvirt_packages_client +
34- (libvirt_host_packages_efi if libvirt_host_enable_efi_support else []) | unique
35- }}
36-
3730# Packages for RBD volume pool support
3831libvirt_host_packages_rbd_volume_pool :
3932 - libvirt-daemon-driver-storage-rbd
0 commit comments