mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
(cherry picked from commit 7f7884fc4f)
This commit is contained in:
parent
5d9fcc114c
commit
1279c0ec2b
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/ansible-test-spare-tire.yml
Normal file
2
changelogs/fragments/ansible-test-spare-tire.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
|
||||
|
|
@ -232,7 +232,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue