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 1cb9164 + 7947c91 commit c09d752Copy full SHA for c09d752
vars/RedHat.yml
@@ -25,6 +25,8 @@ libvirt_host_packages_efi_by_version:
25
- edk2-ovmf
26
9:
27
28
+ 10:
29
+ - edk2-ovmf
30
31
libvirt_host_packages_efi: >-
32
{{ libvirt_host_packages_efi_by_version[ansible_facts.distribution_major_version | int] }}
@@ -56,6 +58,7 @@ libvirt_host_custom_yum_repos_efi_by_version:
56
58
gpgcheck: yes
57
59
8: []
60
9: []
61
+ 10: []
62
63
libvirt_host_custom_yum_repos: >-
64
{{ libvirt_host_custom_yum_repos_efi_by_version[ansible_facts.distribution_major_version | int] }}
0 commit comments