commit a960b82fbb90baaa3a5b074c7950bf6fe1893c16
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 25 21:35:30 2020 +0200
Update koji_builders
roles/koji_builder/tasks/main.yml | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml
index 30a8df8..f3f569d 100644
--- a/roles/koji_builder/tasks/main.yml
+++ b/roles/koji_builder/tasks/main.yml
@@ -82,8 +82,11 @@
- mock
- kernel-firmware
- kernel-modules
+ - ntp
+ - ntpdate
- rsyslog
- audit
+ - pycdio
- python3-kickstart
- libvirt-client
- oz
@@ -94,8 +97,8 @@
- imagefactory-plugins-ovfcommon
- imagefactory-plugins
- imagefactory-plugins-OVA
- - imagefactory-plugins-EC2
- imagefactory-plugins-RHEVM
+ - pykickstart
- nosync
tags:
- koji_builder
@@ -106,15 +109,6 @@
- koji_builder
when: "ansible_architecture is defined and ansible_architecture ==
'aarch64'"
-- name: Re byte compile Guest.py (if needed)
- command: python2 -m compileall /usr/lib/python2.7/site-packages/oz/Guest.py
- register: compileGuestpy
- changed_when: "'Compiling ' in compileGuestpy.stdout"
- tags:
- - koji_builder
- notify:
- - restart kojid
-
- name: enable virtlogd service
service: name=virtlogd state=started enabled=yes
tags:
@@ -137,6 +131,7 @@
- restart kojid
tags:
- koji_builder
+ - rpmautospec
- name: build /etc/koji/koji.conf from group vars
template: src=koji.conf dest=/etc/koji.conf
Show replies by date