koji/builder: install the rpmautospec configuration file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ecf4e12a7e
commit
4c85106614
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue