From 20afa16aa8273024ae8633829fa5e741287778e2 Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Wed, 8 Jun 2022 11:29:32 +0100 Subject: [PATCH] install osbuild rpm on prod builders Signed-off-by: Mark O Brien --- roles/koji_builder/tasks/main.yml | 34 ------------------------------- 1 file changed, 34 deletions(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index ebaccb4bdf..0ac06e1d82 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -62,39 +62,6 @@ tags: - koji_builder -- name: add pkgs (production) - package: - state: present - name: - - koji-builder - - koji-builder-plugins - - python3-koji - - koji-containerbuild-builder - - strace - - mock - - kernel-firmware - - kernel-modules - - rsyslog - - audit - - pycdio - - python3-kickstart - - libvirt-client - - oz - - imagefactory - - imagefactory-plugins-TinMan - - imagefactory-plugins-Docker - - imagefactory-plugins-GCE - - imagefactory-plugins-vSphere - - imagefactory-plugins-ovfcommon - - imagefactory-plugins - - imagefactory-plugins-OVA - - imagefactory-plugins-RHEVM - - pykickstart - - nosync - when: env == "production" - tags: - - koji_builder - - name: add pkgs (staging) package: state: present @@ -125,7 +92,6 @@ - pykickstart - nosync - koji-osbuild-builder - when: env == "staging" tags: - koji_builder - koji_builder_osbuild