koji_builder: no need to special case the PPC builders anymore
This commit is contained in:
parent
0c4d3070b2
commit
2cbc7a3c04
1 changed files with 2 additions and 16 deletions
|
@ -79,13 +79,6 @@
|
|||
- ntpdate
|
||||
- rsyslog
|
||||
- audit
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: add oz/imagefctory pkgs on all but PPC EPEL
|
||||
yum: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- oz
|
||||
- imagefactory
|
||||
- imagefactory-plugins-TinMan
|
||||
|
@ -99,9 +92,9 @@
|
|||
- python-psphere
|
||||
- VMDKstream
|
||||
- pykickstart
|
||||
when: not inventory_hostname.startswith('buildppc-') and ansible_distribution_major_version|int < 22
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: add pkgs
|
||||
dnf: state=present pkg={{ item }}
|
||||
|
@ -117,13 +110,6 @@
|
|||
- audit
|
||||
- pycdio
|
||||
- python-kickstart
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_distribution_major_version|int > 21
|
||||
|
||||
- name: add oz/imagefctory pkgs on all but PPC EPEL
|
||||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- oz
|
||||
- imagefactory
|
||||
- imagefactory-plugins-TinMan
|
||||
|
@ -137,9 +123,9 @@
|
|||
- python-psphere
|
||||
- VMDKstream
|
||||
- pykickstart
|
||||
when: not inventory_hostname.startswith('buildppc-') and ansible_distribution_major_version|int > 21
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_distribution_major_version|int > 21
|
||||
|
||||
- name: build /etc/kojid/kojid.conf from group vars
|
||||
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue