From dcc08eec35fde72845d121859abf1ffef1e9030f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 9 Dec 2022 11:47:58 -0800 Subject: ansible-test - Fix target PyPI proxy config. --- changelogs/fragments/ansible-test-pypi-proxy-fix.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/ansible-test-pypi-proxy-fix.yml (limited to 'changelogs') 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. -- cgit v1.2.1