From bc47cf362bd68ff632fb6f149565c190bb178897 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Wed, 31 Aug 2016 14:58:04 +0200 Subject: [PATCH] Fixing string case --- lib/ansible/modules/network/nxos/nxos_bgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_bgp.py b/lib/ansible/modules/network/nxos/nxos_bgp.py index 10bd32de75..6d6c7f6d02 100644 --- a/lib/ansible/modules/network/nxos/nxos_bgp.py +++ b/lib/ansible/modules/network/nxos/nxos_bgp.py @@ -39,7 +39,7 @@ options: required: true vrf: description: - - Name of the VRF. The name 'default' is a valid VRF representing the global bgp. + - Name of the VRF. The name 'default' is a valid VRF representing the global BGP. required: false default: null bestpath_always_compare_med: