From fd9b52f3055c850847c4191e45e1d08d9766cc5c Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 10 Jul 2019 14:11:19 -0700 Subject: [PATCH] Add version_added to ec2 inv iam_role_arn option (#58945) --- lib/ansible/plugins/inventory/aws_ec2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/inventory/aws_ec2.py b/lib/ansible/plugins/inventory/aws_ec2.py index 3a3d46167de..da36dea734a 100644 --- a/lib/ansible/plugins/inventory/aws_ec2.py +++ b/lib/ansible/plugins/inventory/aws_ec2.py @@ -29,6 +29,7 @@ DOCUMENTATION = ''' iam_role_arn: description: The ARN of the IAM role to assume to perform the inventory lookup. You should still provide AWS credentials with enough privilege to perform the AssumeRole action. + version_added: '2.9' regions: description: - A list of regions in which to describe EC2 instances.