koji builder: install oz/imagefctory on all but the PPC EPEL builders
This commit is contained in:
parent
9fc373b504
commit
995844599d
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
tags:
|
||||
- koji_builder
|
||||
|
||||
- name: add oz/imagefctory pkgs on x86 and arm only.
|
||||
- name: add oz/imagefctory pkgs on all but PPC EPEL
|
||||
yum: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- oz
|
||||
|
@ -98,7 +98,7 @@
|
|||
- python-psphere
|
||||
- VMDKstream
|
||||
- pykickstart
|
||||
when: ansible_architecture != 'ppc64'
|
||||
when: not inventory_hostname.startswith('buildppc-')
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue