openqa/worker: ed2k-ovmf doesn't exist on ppc
This commit is contained in:
parent
e87463cca3
commit
eeef3f1aa8
1 changed files with 6 additions and 1 deletions
|
@ -23,11 +23,16 @@
|
|||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- libselinux-python
|
||||
- edk2-ovmf
|
||||
- git
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install UEFI firmware package (x86_64 only)
|
||||
dnf: name=edk2-ovmf state=present
|
||||
tags:
|
||||
- packages
|
||||
when: "ansible_architecture is defined and ansible_architecture == 'x86_64'"
|
||||
|
||||
- include: nfs-client.yml
|
||||
when: openqa_hostname is defined and openqa_hostname != "localhost"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue