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
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
- edk2-ovmf
|
|
||||||
- git
|
- git
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- 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
|
- include: nfs-client.yml
|
||||||
when: openqa_hostname is defined and openqa_hostname != "localhost"
|
when: openqa_hostname is defined and openqa_hostname != "localhost"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue