commit f81b3e70ca118ccdb180be31bdaf2f7423a5f01e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 8 18:22:17 2019 +0200
Fixup packages and add koji cert tag
roles/koji_builder/tasks/main.yml | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml
index 67681f0..6924367 100644
--- a/roles/koji_builder/tasks/main.yml
+++ b/roles/koji_builder/tasks/main.yml
@@ -76,19 +76,15 @@
name:
- koji-builder
- koji-builder-plugins
- - python2-koji
- - python-krbV
+ - python3-koji
- koji-containerbuild-builder
- strace
- mock
- kernel-firmware
- kernel-modules
- - ntp
- - ntpdate
- rsyslog
- audit
- - pycdio
- - python-kickstart
+ - python3-kickstart
- libvirt-client
- oz
- imagefactory
@@ -100,11 +96,7 @@
- imagefactory-plugins-OVA
- imagefactory-plugins-EC2
- imagefactory-plugins-RHEVM
- - python-psphere
- - VMDKstream
- - pykickstart
- nosync
- - yum
tags:
- koji_builder
@@ -187,6 +179,8 @@
- name: copy over builder cert to /etc/kojid/kojibuilder.pem
copy: src="{{ private }}/files/koji/buildercerts/{{ inventory_hostname
}}.pem" dest=/etc/kojid/kojibuilder.pem mode=600
+ tags:
+ - koji_builder_certs
# oz.cfg upstream ram and cpu definitions are not enough
- name: oz.cfg
Show replies by date