summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/ansible-test-curl.yml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2025-01-14 17:59:42 +0100
committerGitHub <noreply@github.com>2025-01-14 17:59:42 +0100
commit7677bf1c9b20ea2a4d575211179e76a51ed10668 (patch)
tree6164333e70ec959b2eb9edd5d33613e4ed729419 /changelogs/fragments/ansible-test-curl.yml
parentfix incongruent ansible-vault cli options (#84494) (diff)
downloadansible-7677bf1c9b20ea2a4d575211179e76a51ed10668.tar.xz
ansible-7677bf1c9b20ea2a4d575211179e76a51ed10668.zip
ansible-test - Use urllib intead of curl (#84551)
Also added automatic retries on HTTP request exceptions, since all currently implemented methods (GET/PUT/DELETE) are idempotent.
Diffstat (limited to 'changelogs/fragments/ansible-test-curl.yml')
-rw-r--r--changelogs/fragments/ansible-test-curl.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-curl.yml b/changelogs/fragments/ansible-test-curl.yml
new file mode 100644
index 0000000000..0e97d87425
--- /dev/null
+++ b/changelogs/fragments/ansible-test-curl.yml
@@ -0,0 +1,3 @@
+minor_changes:
+ - ansible-test - Use Python's ``urllib`` instead of ``curl`` for HTTP requests.
+ - ansible-test - Automatically retry HTTP GET/PUT/DELETE requests on exceptions.