diff --git a/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_include_or_exclude_filters.yml.j2 b/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_include_or_exclude_filters.yml.j2 index 032e8179753..a6d48ce8ce6 100644 --- a/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_include_or_exclude_filters.yml.j2 +++ b/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_include_or_exclude_filters.yml.j2 @@ -13,9 +13,11 @@ filters: include_filters: - tag:Name: - '{{ resource_prefix }}_2' + - '{{ resource_prefix }}_4' exclude_filters: - tag:Name: - '{{ resource_prefix }}_3' + - '{{ resource_prefix }}_4' hostnames: - tag:Name - dns-name