Skip to content

Commit 9edce18

Browse files
authored
Merge pull request #64 from stackhpc/el9
Add support for EL9
2 parents fb35334 + 210d754 commit 9edce18

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
@@ -23,6 +23,8 @@ libvirt_host_packages_efi_by_version:
2323
- qemu-kvm-ev # Need smm support for secure boot
2424
8:
2525
- edk2-ovmf
26+
9:
27+
- edk2-ovmf
2628

2729
libvirt_host_packages_efi: >-
2830
{{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }}
@@ -53,6 +55,7 @@ libvirt_host_custom_yum_repos_efi_by_version:
5355
baseurl: http://mirror.centos.org/$contentdir/$releasever/virt/$basearch/kvm-common/
5456
gpgcheck: yes
5557
8: []
58+
9: []
5659

5760
libvirt_host_custom_yum_repos: >-
5861
{{ libvirt_host_custom_yum_repos_efi_by_version[ansible_facts.distribution_major_version | int] }}

0 commit comments

Comments
 (0)