mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Don't create a group that is its own parent when an EC2 tag has an empty value. Fixes https://trello.com/c/2zc0odvX
This commit is contained in:
committed by
Matthew Jones
parent
001127f8bd
commit
139a072afa
@@ -527,7 +527,8 @@ class Ec2Inventory(object):
|
|||||||
self.push(self.inventory, key, dest)
|
self.push(self.inventory, key, dest)
|
||||||
if self.nested_groups:
|
if self.nested_groups:
|
||||||
self.push_group(self.inventory, 'tags', self.to_safe("tag_" + k))
|
self.push_group(self.inventory, 'tags', self.to_safe("tag_" + k))
|
||||||
self.push_group(self.inventory, self.to_safe("tag_" + k), key)
|
if v:
|
||||||
|
self.push_group(self.inventory, self.to_safe("tag_" + k), key)
|
||||||
|
|
||||||
# Inventory: Group by Route53 domain names if enabled
|
# Inventory: Group by Route53 domain names if enabled
|
||||||
if self.route53_enabled and self.group_by_route53_names:
|
if self.route53_enabled and self.group_by_route53_names:
|
||||||
|
|||||||
Reference in New Issue
Block a user