virthost: dont check edk2-arm f36 package
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1162f4f03d
commit
cc5cbf439d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
when: ansible_architecture == 'aarch64'
|
||||
|
||||
- name: install edk2-arm for ARMv7 VMs on aarch64 rhel9 virthosts
|
||||
dnf: name={{ item }} state=present
|
||||
dnf: name={{ item }} state=present disable_gpg_check=yes
|
||||
with_items:
|
||||
- https://kojipkgs.fedoraproject.org//packages/edk2/20220526git16779ede2d36/3.fc36/noarch/edk2-arm-20220526git16779ede2d36-3.fc36.noarch.rpm
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue