copr: builders: turn fastestmirror on
This commit is contained in:
parent
96d785c704
commit
92fe8f7c93
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
- name: enable dnf fastestmirror option
|
||||
ini_file: dest=/etc/dnf/dnf.conf section=main option=fastestmirror value=True
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
- name: install copr-builder
|
||||
dnf: state=latest pkg=copr-builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue