Fixed RETURN string

This commit is contained in:
GGabriele 2016-04-18 18:00:47 +02:00
parent 6a412e55e9
commit 091c5b6a4e

View file

@ -76,11 +76,11 @@ state:
returned: always
type: string
sample: "present"
commands:
description: command string sent to the device
updates:
description: commands sent to the device
returned: always
type: string
sample: "interface loopback16 ; vrf member ntc ;"
type: list
sample: ["interface loopback16", "vrf member ntc"]
changed:
description: check to see if a change was made on the device
returned: always
@ -305,4 +305,4 @@ from ansible.module_utils.shell import *
from ansible.module_utils.netcfg import *
from ansible.module_utils.nxos import *
if __name__ == '__main__':
main()
main()