copr-builder: point mirrors.fedoraproject.org to proxy01.fedoraproject.org

This commit is contained in:
clime 2018-07-28 06:39:16 +02:00
parent 39c5724368
commit d92dcc90c6

View file

@ -97,6 +97,12 @@
regexp: '^%_install_lang.*'
state: 'absent'
- name: 'Point mirrors.fedoraproject.org to proxy01.fedoraproject.org, which is the closest proxy'
lineinfile:
dest: '/etc/hosts'
line: '209.132.181.16 mirrors.fedoraproject.org'
state: 'present'
- name: Disable DNF makecache timer
systemd:
name: dnf-makecache.timer