From 72580bcc4a7acf5101e6a54efec0bad1e0fe6342 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Wed, 22 Jun 2022 15:59:35 +0200 Subject: [PATCH] ec2_instance: metadata_options version_added increased (#852) ec2_instance: metadata_options version_added increased SUMMARY After CI troubles in the past, we've forget to backport this feature. incr from 3.2.0 to 3.3.0 #763 failed backport 3 PR for 3.2.0 release #721 initial implementation for 3.2.0 #715 therefore no changelog fragment is necessary. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Jill R Reviewed-by: Alina Buzachis Reviewed-by: Mark Chappell --- plugins/modules/ec2_instance.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/ec2_instance.py b/plugins/modules/ec2_instance.py index efca90e5740..c9b37a1f13d 100644 --- a/plugins/modules/ec2_instance.py +++ b/plugins/modules/ec2_instance.py @@ -316,14 +316,14 @@ default: optional type: str http_put_response_hop_limit: - version_added: 3.3.0 + version_added: 4.0.0 type: int description: > The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. default: 1 http_protocol_ipv6: - version_added: 3.3.0 + version_added: 4.0.0 type: str description: > - Wether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)). @@ -331,7 +331,7 @@ choices: [enabled, disabled] default: 'disabled' instance_metadata_tags: - version_added: 3.3.0 + version_added: 4.0.0 type: str description: - Wether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).