python-libguestfs seems to be missing on s390x, so no oz or imagefactory
This commit is contained in:
parent
dd075580f9
commit
f7d1617d79
1 changed files with 22 additions and 0 deletions
|
@ -93,6 +93,28 @@
|
|||
- pykickstart
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture != 's390x'
|
||||
|
||||
- name: add pkgs (s390x)
|
||||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- yum-utils
|
||||
- koji-builder
|
||||
- python-osbs-client
|
||||
- koji-containerbuild-builder
|
||||
- strace
|
||||
- mock
|
||||
- kernel-firmware
|
||||
- ntp
|
||||
- ntpdate
|
||||
- rsyslog
|
||||
- audit
|
||||
- pycdio
|
||||
- python-kickstart
|
||||
- pykickstart
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
|
||||
- name: enable virtlogd service
|
||||
service: name=virtlogd state=started enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue