koji builder: install oz/imagefctory on all but the PPC EPEL builders

This commit is contained in:
Peter Robinson 2015-10-08 08:02:36 +00:00
parent 9fc373b504
commit 995844599d

View file

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