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
|
- ntpdate
|
||||||
- rsyslog
|
- rsyslog
|
||||||
- audit
|
- 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
|
- oz
|
||||||
- imagefactory
|
- imagefactory
|
||||||
- imagefactory-plugins-TinMan
|
- imagefactory-plugins-TinMan
|
||||||
|
@ -99,9 +92,9 @@
|
||||||
- python-psphere
|
- python-psphere
|
||||||
- VMDKstream
|
- VMDKstream
|
||||||
- pykickstart
|
- pykickstart
|
||||||
when: not inventory_hostname.startswith('buildppc-') and ansible_distribution_major_version|int < 22
|
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
when: ansible_distribution_major_version|int < 22
|
||||||
|
|
||||||
- name: add pkgs
|
- name: add pkgs
|
||||||
dnf: state=present pkg={{ item }}
|
dnf: state=present pkg={{ item }}
|
||||||
|
@ -117,13 +110,6 @@
|
||||||
- audit
|
- audit
|
||||||
- pycdio
|
- pycdio
|
||||||
- python-kickstart
|
- 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
|
- oz
|
||||||
- imagefactory
|
- imagefactory
|
||||||
- imagefactory-plugins-TinMan
|
- imagefactory-plugins-TinMan
|
||||||
|
@ -137,9 +123,9 @@
|
||||||
- python-psphere
|
- python-psphere
|
||||||
- VMDKstream
|
- VMDKstream
|
||||||
- pykickstart
|
- pykickstart
|
||||||
when: not inventory_hostname.startswith('buildppc-') and ansible_distribution_major_version|int > 21
|
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
when: ansible_distribution_major_version|int > 21
|
||||||
|
|
||||||
- name: build /etc/kojid/kojid.conf from group vars
|
- name: build /etc/kojid/kojid.conf from group vars
|
||||||
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue