koji_builder: Always install koji-builder-plugins

This commit is contained in:
Mikolaj Izdebski 2019-06-06 10:55:11 +02:00
parent 1bde1869f8
commit 99e63e1e1c

View file

@ -66,6 +66,7 @@
package: state=present pkg={{ item }}
with_items:
- koji-builder
- koji-builder-plugins
- python2-koji
- python-krbV
- koji-containerbuild-builder
@ -98,14 +99,6 @@
tags:
- koji_builder
- name: add pkgs on new builders
dnf: state=present pkg={{ item }}
with_items:
- koji-builder-plugins
tags:
- koji_builder
when: ansible_distribution_major_version|int >= 28
- name: Install arm UEFI firmware package (aarch64 only)
dnf: name=edk2-arm state=present
tags: