mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Also added automatic retries on HTTP request exceptions, since all currently implemented methods (GET/PUT/DELETE) are idempotent.
4 lines
180 B
YAML
4 lines
180 B
YAML
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.
|