mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
releng-compose: install fedpkg for scripts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -226,6 +226,13 @@
|
||||
tags:
|
||||
- containerrebuild
|
||||
|
||||
- name: Install fedpkg in case we need to run scripts that require it
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- fedpkg
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Copy releng ssh key for rebuild fedpkg/distgit pushes
|
||||
ansible.builtin.copy:
|
||||
src: "{{private}}/files/releng/sshkeys/container-rebuild-{{env}}"
|
||||
|
||||
Reference in New Issue
Block a user