mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
copr-builder: add debugging line into /etc/hosts for #7301
* #7301 Copr builds are failing due to mirror errors
This commit is contained in:
@@ -103,6 +103,12 @@
|
||||
line: '209.132.181.16 mirrors.fedoraproject.org'
|
||||
state: 'present'
|
||||
|
||||
- name: 'debug for https://pagure.io/fedora-infrastructure/issue/7301'
|
||||
lineinfile:
|
||||
dest: '/etc/hosts'
|
||||
line: '209.132.181.27 dl.fedoraproject.org'
|
||||
state: 'present'
|
||||
|
||||
- name: Disable DNF makecache timer
|
||||
systemd:
|
||||
name: dnf-makecache.timer
|
||||
|
||||
Reference in New Issue
Block a user