diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index b26ad6df3f..2598e18103 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -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