From fdfec51cce6f61f28cff0c8a91b3b5d3ac954e9b Mon Sep 17 00:00:00 2001 From: GGabriele Date: Fri, 2 Sep 2016 17:43:57 +0200 Subject: [PATCH] Fixing DOCSTRING yaml format --- lib/ansible/modules/network/nxos/nxos_bgp_af.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_bgp_af.py b/lib/ansible/modules/network/nxos/nxos_bgp_af.py index 78f85048369..1bec4119b8c 100644 --- a/lib/ansible/modules/network/nxos/nxos_bgp_af.py +++ b/lib/ansible/modules/network/nxos/nxos_bgp_af.py @@ -204,7 +204,7 @@ options: redistribute: description: - A list of redistribute directives. Multiple redistribute entries - are allowed. The list must be in the form of a nested array: + are allowed. The list must be in the form of a nested array. the first entry of each array defines the source-protocol to redistribute from; the second entry defines a route-map name. A route-map is highly advised but may be optional on some