copr-builder: point mirrors.fedoraproject.org to proxy01.fedoraproject.org
This commit is contained in:
parent
39c5724368
commit
d92dcc90c6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue