From 7eb8cd863d90525e0ff1cda912b38d3d6133913c Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 2 Jun 2022 17:14:28 +0200 Subject: [PATCH] Add version_added: 1.5.0 for exclude_filters, include_filters and use_contrib_script_compatible_ec2_tag_keys Signed-off-by: Alina Buzachis --- plugins/inventory/aws_ec2.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/inventory/aws_ec2.py b/plugins/inventory/aws_ec2.py index 9efaf6802f7..14bd70e54af 100644 --- a/plugins/inventory/aws_ec2.py +++ b/plugins/inventory/aws_ec2.py @@ -79,6 +79,7 @@ type: list elements: dict default: [] + version_added: 1.5.0 exclude_filters: description: - A list of filters. Any instances matching one of the filters are excluded from the result. @@ -89,6 +90,7 @@ type: list elements: dict default: [] + version_added: 1.5.0 include_extra_api_calls: description: - Add two additional API calls for every instance to include 'persistent' and 'events' host variables. @@ -120,6 +122,7 @@ - The use of this feature is discouraged and we advise to migrate to the new ``tags`` structure. type: bool default: False + version_added: 1.5.0 hostvars_prefix: description: - The prefix for host variables names coming from AWS.