koji-builder: only install new koji package on new builders.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
59e3454683
commit
09ae58534c
1 changed files with 8 additions and 1 deletions
|
@ -66,7 +66,6 @@
|
|||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- koji-builder
|
||||
- koji-builder-plugins
|
||||
- python2-koji
|
||||
- koji-containerbuild-builder
|
||||
- strace
|
||||
|
@ -98,6 +97,14 @@
|
|||
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