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 e5de405 + 5711f8d commit 38211a5Copy full SHA for 38211a5
vars/RedHat.yml
@@ -3,8 +3,8 @@
3
libvirt_host_libvirt_packages_default:
4
- libvirt
5
- libvirt-daemon-kvm
6
- - libvirt-python
7
- - python-lxml
+ - "{{ 'python3-libvirt' if ansible_distribution_major_version|int >=8 else 'libvirt-python' }}"
+ - "{{ 'python3-lxml' if ansible_distribution_major_version|int >=8 else 'python-lxml' }}"
8
- qemu-kvm
9
10
# Packages that are only necessary if you require EFI support
0 commit comments