diff --git a/changelogs/fragments/ansible-test-spare-tire.yml b/changelogs/fragments/ansible-test-spare-tire.yml new file mode 100644 index 00000000000..001cd6655bb --- /dev/null +++ b/changelogs/fragments/ansible-test-spare-tire.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Update URL used to download FreeBSD wheels for managed remotes. diff --git a/test/lib/ansible_test/_util/target/setup/bootstrap.sh b/test/lib/ansible_test/_util/target/setup/bootstrap.sh index b7c373380d4..b5c614b59c4 100644 --- a/test/lib/ansible_test/_util/target/setup/bootstrap.sh +++ b/test/lib/ansible_test/_util/target/setup/bootstrap.sh @@ -231,7 +231,7 @@ bootstrap_remote_freebsd() # make additional wheels available for packages which lack them for this platform echo "# generated by ansible-test [global] -extra-index-url = https://spare-tire.testing.ansible.com/simple/ +extra-index-url = https://spare-tire.core.ansible.com/simple/ prefer-binary = yes " > /etc/pip.conf