1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed indention of vv() output

This commit is contained in:
Lasse Borchard 2013-07-08 11:18:33 +02:00
parent b2d881a899
commit 8c8b4d56fc

View file

@ -79,7 +79,7 @@ class ActionModule(object):
inventory.add_group(new_group)
grp = inventory.get_group(group_name)
grp.add_host(new_host)
vv("added host to group via add_host module: %s" % group_name)
vv("added host to group via add_host module: %s" % group_name)
result['new_groups'] = groupnames.split(",")
result['new_host'] = new_name