From 61314778e0a605c50b4fc1d918193771492c52fb Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 8 Jun 2020 16:03:27 -0400 Subject: Fixes needed for sanity (#40) Fixes needed for sanity Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/modules/vyos_command.py') diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py index 58e98c9..2871683 100644 --- a/plugins/modules/vyos_command.py +++ b/plugins/modules/vyos_command.py @@ -209,7 +209,7 @@ def main(): module.fail_json(msg=msg, failed_conditions=failed_conditions) result.update( - {"stdout": responses, "stdout_lines": list(to_lines(responses)),} + {"stdout": responses, "stdout_lines": list(to_lines(responses))} ) module.exit_json(**result) -- cgit v1.2.3