koji_builder: no need to special case the PPC builders anymore

This commit is contained in:
Peter Robinson 2015-12-07 08:21:15 +00:00
parent 0c4d3070b2
commit 2cbc7a3c04

View file

@ -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