From 8c8b4d56fc85df6573fbca71c6362763605f395e Mon Sep 17 00:00:00 2001 From: Lasse Borchard Date: Mon, 8 Jul 2013 11:18:33 +0200 Subject: [PATCH] Fixed indention of vv() output --- lib/ansible/runner/action_plugins/add_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/runner/action_plugins/add_host.py b/lib/ansible/runner/action_plugins/add_host.py index 723bc00102d..1fdc75d3261 100644 --- a/lib/ansible/runner/action_plugins/add_host.py +++ b/lib/ansible/runner/action_plugins/add_host.py @@ -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