Don't install oz on ppc builders.

This commit is contained in:
Kevin Fenzi 2014-04-07 18:20:37 +00:00
parent f3dc0330de
commit 42e03a1ab7

View file

@ -57,6 +57,10 @@
- ntpdate - ntpdate
- rsyslog - rsyslog
- audit - audit
- name: add oz/imagefctory pkgs on x86 and arm only.
yum: state=installed pkg={{ item }}
with_items:
- oz - oz
- imagefactory - imagefactory
- imagefactory-plugins-TinMan - imagefactory-plugins-TinMan
@ -69,7 +73,7 @@
- python-psphere - python-psphere
- VMDKstream - VMDKstream
- pykickstart - pykickstart
when: ansible_architecture != 'ppc64'
- name: /etc/kojid/kojid.conf - name: /etc/kojid/kojid.conf
copy: src=kojid.conf dest=/etc/kojid/kojid.conf copy: src=kojid.conf dest=/etc/kojid/kojid.conf