From 7947c91fa4a14dfcdb20c8265a61982a5cc9a64d Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 30 Sep 2025 14:34:37 +0200 Subject: [PATCH] Add support for EL 10 --- vars/RedHat.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/RedHat.yml b/vars/RedHat.yml index a389c3d..274a359 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -25,6 +25,8 @@ libvirt_host_packages_efi_by_version: - edk2-ovmf 9: - edk2-ovmf + 10: + - edk2-ovmf libvirt_host_packages_efi: >- {{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }} @@ -56,6 +58,7 @@ libvirt_host_custom_yum_repos_efi_by_version: gpgcheck: yes 8: [] 9: [] + 10: [] libvirt_host_custom_yum_repos: >- {{ libvirt_host_custom_yum_repos_efi_by_version[ansible_facts.distribution_major_version | int] }}