Skip to content

Commit c09d752

Browse files
authored
Merge pull request #78 from stackhpc/el10
Add support for EL 10
2 parents 1cb9164 + 7947c91 commit c09d752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vars/RedHat.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ libvirt_host_packages_efi_by_version:
2525
- edk2-ovmf
2626
9:
2727
- edk2-ovmf
28+
10:
29+
- edk2-ovmf
2830

2931
libvirt_host_packages_efi: >-
3032
{{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }}
@@ -56,6 +58,7 @@ libvirt_host_custom_yum_repos_efi_by_version:
5658
gpgcheck: yes
5759
8: []
5860
9: []
61+
10: []
5962

6063
libvirt_host_custom_yum_repos: >-
6164
{{ libvirt_host_custom_yum_repos_efi_by_version[ansible_facts.distribution_major_version | int] }}

0 commit comments

Comments
 (0)