mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
Cleanup debug message.
This commit is contained in:
@@ -547,7 +547,7 @@ class Command(BaseCommand):
|
|||||||
# for each host in a mem group, add it to the parents to which it belongs
|
# for each host in a mem group, add it to the parents to which it belongs
|
||||||
# FIXME: where it does not already exist
|
# FIXME: where it does not already exist
|
||||||
for (k,v) in group_names.iteritems():
|
for (k,v) in group_names.iteritems():
|
||||||
LOGGER.info("adding parent arrangements for %s k")
|
LOGGER.info("adding parent arrangements for %s" % k)
|
||||||
db_group = Group.objects.get(name=k, inventory__pk=inventory.pk)
|
db_group = Group.objects.get(name=k, inventory__pk=inventory.pk)
|
||||||
mem_hosts = v.hosts
|
mem_hosts = v.hosts
|
||||||
for h in mem_hosts:
|
for h in mem_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user