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