releng-compose: install fedpkg for scripts

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-07-23 17:38:27 -07:00
parent 1b43d4160c
commit 0e2ee2ead0

View File

@@ -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}}"