koji/builder: install the rpmautospec configuration file

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-04-06 16:07:19 +02:00
parent ecf4e12a7e
commit 4c85106614

View file

@ -110,6 +110,15 @@
- koji_builder
- rpmautospec
- name: install the configuration file for rpmautospec
template:
src: "{{ playbook_dir }}/../../../roles/koji_hub/templates/rpmautospec.conf"
dest: /etc/koji-hub/plugins/rpmautospec.conf
when: env == 'staging'
tags:
- koji_builder
- rpmautospec
- name: Install arm UEFI firmware package (aarch64 only)
package: name=edk2-arm state=present
tags: