mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji/builder: install the rpmautospec configuration file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user