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.
1 parent e5de405 commit 5711f8dCopy full SHA for 5711f8d
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