copr-be: explicitly specify DNF5 package manager
This should have no effect on our standard builders but it is required by our experimental bootc builders to work properly.
This commit is contained in:
parent
775d96d222
commit
33c58321c5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
- preparing_image
|
||||
|
||||
- name: install copr-builder and other latest packages
|
||||
dnf: state=latest pkg={{ packages }} disable_gpg_check=true
|
||||
dnf: state=latest pkg={{ packages }} disable_gpg_check=true use_backend=dnf5
|
||||
vars:
|
||||
packages:
|
||||
- copr-builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue