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: tags:
- koji_builder - 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 }} yum: state=present pkg={{ item }}
with_items: with_items:
- oz - oz
@ -98,7 +98,7 @@
- python-psphere - python-psphere
- VMDKstream - VMDKstream
- pykickstart - pykickstart
when: ansible_architecture != 'ppc64' when: not inventory_hostname.startswith('buildppc-')
tags: tags:
- koji_builder - koji_builder