mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 14:51:09 +00:00
Fixed indention of vv() output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user