mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
[docs] Change 'tag' to 'tags' in aws_ec2 inventory examples (#41438)
This commit is contained in:
committed by
Ryan Brown
parent
2f60baa5e0
commit
355b56ef00
@@ -92,7 +92,7 @@ keyed_groups:
|
|||||||
- key: 'security_groups|json_query("[].group_id")'
|
- key: 'security_groups|json_query("[].group_id")'
|
||||||
prefix: 'security_groups'
|
prefix: 'security_groups'
|
||||||
# create a group for each value of the Application tag
|
# create a group for each value of the Application tag
|
||||||
- key: tag.Application
|
- key: tags.Application
|
||||||
separator: ''
|
separator: ''
|
||||||
# create a group per region e.g. aws_region_us_east_2
|
# create a group per region e.g. aws_region_us_east_2
|
||||||
- key: placement.region
|
- key: placement.region
|
||||||
|
|||||||
Reference in New Issue
Block a user