Skip to content

Commit

Permalink
Merge pull request ansible#1445 from AlanCoding/platform
Browse files Browse the repository at this point in the history
Add platform to ec2 group by options
  • Loading branch information
AlanCoding committed Mar 6, 2018
2 parents d6af0bf + 341e2c0 commit cc33109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/models/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ def get_ec2_group_by_choices(cls):
('aws_account', _('Account')),
('instance_id', _('Instance ID')),
('instance_state', _('Instance State')),
('platform', _('Platform')),
('instance_type', _('Instance Type')),
('key_pair', _('Key Name')),
('region', _('Region')),
Expand Down

0 comments on commit cc33109

Please sign in to comment.