mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-builder: point mirrors.fedoraproject.org to proxy01.fedoraproject.org
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user