From 0b887cd193ed8129cdac3952573b57f34dac98eb Mon Sep 17 00:00:00 2001 From: GGabriele Date: Wed, 31 Aug 2016 18:44:04 +0200 Subject: [PATCH] Fixing RETURN string --- lib/ansible/modules/network/nxos/nxos_evpn_global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_evpn_global.py b/lib/ansible/modules/network/nxos/nxos_evpn_global.py index 1f49ed8bd6..4ddeb78580 100644 --- a/lib/ansible/modules/network/nxos/nxos_evpn_global.py +++ b/lib/ansible/modules/network/nxos/nxos_evpn_global.py @@ -61,7 +61,7 @@ end_state: sample: {"nv_overlay_evpn": true} updates: description: commands sent to the device - returned: when I(m_facts)=true + returned: always type: list sample: ["nv overlay evpn"] changed: