Skip to content

Commit

Permalink
incr version added to 3.3.0 (ansible-collections#763)
Browse files Browse the repository at this point in the history
ec2_instance incr version added to 3.3.0 for added parameters

SUMMARY
CI problems in backport-3 ansible-collections#721
And we don't won't to stop 3.2.0 release.
Let's try to put/backport it for the next release.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
ec2_instance

Reviewed-by: Gonéri Le Bouder <[email protected]>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
markuman authored Apr 12, 2022
1 parent 5e622eb commit a75d84c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,22 +322,22 @@
default: optional
type: str
http_put_response_hop_limit:
version_added: 3.2.0
version_added: 3.3.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.2.0
version_added: 3.3.0
type: str
description: >
- Wether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)).
- Requires botocore >= 1.21.29
choices: [enabled, disabled]
default: 'disabled'
instance_metadata_tags:
version_added: 3.2.0
version_added: 3.3.0
type: str
description:
- Wether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).
Expand Down

0 comments on commit a75d84c

Please sign in to comment.