koji-builder: only install new koji package on new builders.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-15 03:43:08 +00:00
parent 59e3454683
commit 09ae58534c

View file

@ -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: