copr-be: use copr ansible plugin for enabling @copr/copr
This commit is contained in:
parent
b94611c483
commit
d081f58518
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
|||
when: prepare_base_image is defined
|
||||
|
||||
- name: enable copr repo in staging
|
||||
command:
|
||||
cmd: dnf copr -y enable {{ item }}
|
||||
warn: no
|
||||
community.general.copr:
|
||||
state: enabled
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- "@copr/copr"
|
||||
when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue