Skip to content

Commit

Permalink
ec2_ami - fix org-owner version_added (ansible-collections#1752)
Browse files Browse the repository at this point in the history
ec2_ami - fix org-owner version_added

SUMMARY
ansible-collections#1735 missed the 6.4.0 cutoff, update version_added.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
ec2_ami
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble committed Sep 11, 2023
1 parent 989f4dd commit 5c10d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20230911-ec2_ami-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- ec2_ami - fix version_added for org owners.
4 changes: 2 additions & 2 deletions plugins/modules/ec2_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@
type: list
elements: str
required: false
version_added: 6.4.0
version_added: 6.5.0
org_unit_arns:
description: List of The Amazon Resource Name(s) (ARN) of an organizational unit(s) (OU).
type: list
elements: str
required: false
version_added: 6.4.0
version_added: 6.5.0
image_location:
description:
- The S3 location of an image to use for the AMI.
Expand Down

0 comments on commit 5c10d4d

Please sign in to comment.