summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-12-09 11:47:58 -0800
committerMatt Clay <matt@mystile.com>2022-12-12 12:17:10 -0800
commit7783c9b1ee46ea7cc2ab0a9d481f1154d7f506a1 (patch)
tree9f4bffbaeb2dbece50900c800015df02110c81e2 /changelogs
parent000f3244a49f6e426507ed3efb061c59b1f1f7d9 (diff)
downloadansible-7783c9b1ee46ea7cc2ab0a9d481f1154d7f506a1.tar.gz
[stable-2.13] ansible-test - Fix target PyPI proxy config..
(cherry picked from commit dcc08eec35fde72845d121859abf1ffef1e9030f) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-pypi-proxy-fix.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pypi-proxy-fix.yml b/changelogs/fragments/ansible-test-pypi-proxy-fix.yml
new file mode 100644
index 0000000000..5e5e52b150
--- /dev/null
+++ b/changelogs/fragments/ansible-test-pypi-proxy-fix.yml
@@ -0,0 +1,4 @@
+bugfixes:
+ - ansible-test - Perform PyPI proxy configuration after instances are ready and bootstrapping has been completed.
+ Only target instances are affected, as controller instances were already handled this way.
+ This avoids proxy configuration errors when target instances are not yet ready for use.