copr: builders: turn fastestmirror on

This commit is contained in:
Pavel Raiskup 2019-08-11 20:02:32 +02:00 committed by Pierre-Yves Chibon
parent 96d785c704
commit 92fe8f7c93

View file

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