Skip to content

Commit 38211a5

Browse files
authored
Merge pull request #16 from laddp/rhel8_updates
Updates for RHEL8 (package name changes)
2 parents e5de405 + 5711f8d commit 38211a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars/RedHat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
libvirt_host_libvirt_packages_default:
44
- libvirt
55
- libvirt-daemon-kvm
6-
- libvirt-python
7-
- python-lxml
6+
- "{{ 'python3-libvirt' if ansible_distribution_major_version|int >=8 else 'libvirt-python' }}"
7+
- "{{ 'python3-lxml' if ansible_distribution_major_version|int >=8 else 'python-lxml' }}"
88
- qemu-kvm
99

1010
# Packages that are only necessary if you require EFI support

0 commit comments

Comments
 (0)