From 24fc4dbeab4c73285893cda07af0d6add8fefee3 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Fri, 26 Feb 2016 11:07:25 -0500 Subject: [PATCH] fixes issue with return docstring This commit fixes an issue with the return doc string. The old line was removed that would prevent the docs form being built correctly --- lib/ansible/modules/network/openswitch/ops_template.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/openswitch/ops_template.py b/lib/ansible/modules/network/openswitch/ops_template.py index aba8fd5c11..98fa25a0b7 100644 --- a/lib/ansible/modules/network/openswitch/ops_template.py +++ b/lib/ansible/modules/network/openswitch/ops_template.py @@ -119,8 +119,7 @@ tasks: RETURN = """ updates: - description: The list of configuration updates to be merged The format - of the return is 'key: new_value (old_value)' + description: The list of configuration updates to be merged retured: always type: list sample: ["System.hostname: ops01 (switch)"]