mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +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")'
|
||||
prefix: 'security_groups'
|
||||
# create a group for each value of the Application tag
|
||||
- key: tag.Application
|
||||
- key: tags.Application
|
||||
separator: ''
|
||||
# create a group per region e.g. aws_region_us_east_2
|
||||
- key: placement.region
|
||||
|
||||
Reference in New Issue
Block a user