copr-builder: add debugging line into /etc/hosts for #7301

* #7301 Copr builds are failing due to mirror errors
This commit is contained in:
clime 2018-10-25 21:55:47 +02:00
parent 8c6b94385a
commit dbb822036b

View file

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