openqa/worker: ed2k-ovmf doesn't exist on ppc

This commit is contained in:
Adam Williamson 2017-07-25 17:00:10 -07:00
parent e87463cca3
commit eeef3f1aa8

View file

@ -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"