Drop an old unnecessary workaround
This is another use of blacklist, but the entire workaround has been obsolete since a day after it was added, per https://pagure.io/fedora-infrastructure/issue/8096 . I double checked and the mirror still exists and is still up to date. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b100615e6a
commit
891da76e48
1 changed files with 0 additions and 7 deletions
|
@ -135,13 +135,6 @@
|
|||
state: stopped
|
||||
enabled: no
|
||||
|
||||
- name: blacklist ipv4 addresses for some mirrors
|
||||
shell: ip route add unreachable "{{ item }}"
|
||||
with_items:
|
||||
- 204.157.3.70 # https://pagure.io/fedora-infrastructure/issue/8096
|
||||
when:
|
||||
- prepare_base_image is not defined
|
||||
|
||||
- name: mount cache filesystem on /var/cache/mock
|
||||
mount: path=/var/cache/mock state=mounted src=mock_cache_tmpfs fstype=tmpfs opts="size=32G"
|
||||
when: mock_var_cache_tmpfs is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue