mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Merge pull request #1445 from AlanCoding/platform
Add platform to ec2 group by options
This commit is contained in:
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user