We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb35334 + 210d754 commit 9edce18Copy full SHA for 9edce18
vars/RedHat.yml
@@ -23,6 +23,8 @@ libvirt_host_packages_efi_by_version:
23
- qemu-kvm-ev # Need smm support for secure boot
24
8:
25
- edk2-ovmf
26
+ 9:
27
+ - edk2-ovmf
28
29
libvirt_host_packages_efi: >-
30
{{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }}
@@ -53,6 +55,7 @@ libvirt_host_custom_yum_repos_efi_by_version:
53
55
baseurl: http://mirror.centos.org/$contentdir/$releasever/virt/$basearch/kvm-common/
54
56
gpgcheck: yes
57
8: []
58
+ 9: []
59
60
libvirt_host_custom_yum_repos: >-
61
{{ libvirt_host_custom_yum_repos_efi_by_version[ansible_facts.distribution_major_version | int] }}
0 commit comments