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:
parent
b2d881a899
commit
8c8b4d56fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue