From 988d6bbb2b7e6fae305f805a28ed546cd00bb2c1 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Wed, 14 Sep 2016 17:10:21 +0200 Subject: [PATCH] Fixing return string --- lib/ansible/modules/network/nxos/nxos_snmp_location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_snmp_location.py b/lib/ansible/modules/network/nxos/nxos_snmp_location.py index 6e82604a21..45b7168bda 100644 --- a/lib/ansible/modules/network/nxos/nxos_snmp_location.py +++ b/lib/ansible/modules/network/nxos/nxos_snmp_location.py @@ -75,7 +75,7 @@ end_state: updates: description: command sent to the device returned: always - type: string + type: list sample: ["snmp-server location New_Test"] changed: description: check to see if a change was made on the device