koji_builder: Always install koji-builder-plugins
This commit is contained in:
parent
1bde1869f8
commit
99e63e1e1c
1 changed files with 1 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue