Don't install oz on ppc builders.
This commit is contained in:
parent
f3dc0330de
commit
42e03a1ab7
1 changed files with 5 additions and 1 deletions
|
@ -57,6 +57,10 @@
|
|||
- ntpdate
|
||||
- rsyslog
|
||||
- audit
|
||||
|
||||
- name: add oz/imagefctory pkgs on x86 and arm only.
|
||||
yum: state=installed pkg={{ item }}
|
||||
with_items:
|
||||
- oz
|
||||
- imagefactory
|
||||
- imagefactory-plugins-TinMan
|
||||
|
@ -69,7 +73,7 @@
|
|||
- python-psphere
|
||||
- VMDKstream
|
||||
- pykickstart
|
||||
|
||||
when: ansible_architecture != 'ppc64'
|
||||
|
||||
- name: /etc/kojid/kojid.conf
|
||||
copy: src=kojid.conf dest=/etc/kojid/kojid.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue