Skip to content

Commit

Permalink
Merge pull request #64 from stackhpc/el9
Browse files Browse the repository at this point in the history
Add support for EL9
  • Loading branch information
mnasiadka committed Sep 2, 2022
2 parents fb35334 + 210d754 commit 9edce18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ libvirt_host_packages_efi_by_version:
- qemu-kvm-ev # Need smm support for secure boot
8:
- edk2-ovmf
9:
- edk2-ovmf

libvirt_host_packages_efi: >-
{{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }}
Expand Down Expand Up @@ -53,6 +55,7 @@ libvirt_host_custom_yum_repos_efi_by_version:
baseurl: http://mirror.centos.org/$contentdir/$releasever/virt/$basearch/kvm-common/
gpgcheck: yes
8: []
9: []

libvirt_host_custom_yum_repos: >-
{{ libvirt_host_custom_yum_repos_efi_by_version[ansible_facts.distribution_major_version | int] }}
Expand Down

0 comments on commit 9edce18

Please sign in to comment.