1
0
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:
AlanCoding 2018-03-05 15:43:28 -05:00
parent 1596b2907b
commit 341e2c0fe2
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -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')),