We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f558e4d + 2370285 commit c2dc3baCopy full SHA for c2dc3ba
vars/RedHat.yml
@@ -1,6 +1,11 @@
1
---
2
# List of libvirt package dependencies.
3
libvirt_host_libvirt_packages_default:
4
+ # NOTE(mgoddard): CentOS 8.3 has a bug in which updating qemu-kvm does not
5
+ # update libgcrypt. This leads to failues when using libvirt/qemu. See
6
+ # https://bugzilla.redhat.com/show_bug.cgi?id=1840485.
7
+ - libgcrypt
8
+ - libgcrypt-devel
9
- libvirt
10
- libvirt-daemon-kvm
11
- "{{ 'python3-libvirt' if libvirt_host_python3 | bool else 'libvirt-python' }}"
0 commit comments