added ec2 tags_none grouping for hosts without tags

This commit is contained in:
Chris Meyers
2015-01-16 10:06:43 -05:00
parent 4dff25884f
commit a6fdd9534e
2 changed files with 6 additions and 0 deletions

View File

@@ -922,6 +922,7 @@ class InventorySourceOptions(BaseModel):
('security_group', 'Security Group'),
('tag_keys', 'Tags'),
('vpc_id', 'VPC ID'),
('tag_none', 'Tag None'),
]
@classmethod