mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
add platform to ec2 group by options
This commit is contained in:
parent
1596b2907b
commit
341e2c0fe2
@ -1146,6 +1146,7 @@ class InventorySourceOptions(BaseModel):
|
||||
('aws_account', _('Account')),
|
||||
('instance_id', _('Instance ID')),
|
||||
('instance_state', _('Instance State')),
|
||||
('platform', _('Platform')),
|
||||
('instance_type', _('Instance Type')),
|
||||
('key_pair', _('Key Name')),
|
||||
('region', _('Region')),
|
||||
|
Loading…
Reference in New Issue
Block a user