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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue