mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji_builder: Always install koji-builder-plugins
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user