From 18bd2207b6c1977e99a93673a7be099e23f0f547 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 08:22:20 +0200 Subject: Merging upstream version 10.1.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/vultr/cloud/plugins/doc_fragments/vultr_v2.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ansible_collections/vultr/cloud/plugins/doc_fragments') diff --git a/ansible_collections/vultr/cloud/plugins/doc_fragments/vultr_v2.py b/ansible_collections/vultr/cloud/plugins/doc_fragments/vultr_v2.py index 692103e8c..76eaa8c74 100644 --- a/ansible_collections/vultr/cloud/plugins/doc_fragments/vultr_v2.py +++ b/ansible_collections/vultr/cloud/plugins/doc_fragments/vultr_v2.py @@ -25,7 +25,10 @@ options: default: 180 api_retries: description: - - Amount of retries in case of the Vultr API retuns an HTTP 503 code. + - Amount of retries in case of the Vultr API retuns an HTTP error code, such as + - 429 Too Many Requests + - 500 Internal Server Error + - 504 Gateway Time-out - Fallback environment variable C(VULTR_API_RETRIES). type: int default: 5 -- cgit v1.2.3