1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed RETURN string

This commit is contained in:
GGabriele 2016-04-18 18:00:47 +02:00 committed by Matt Clay
parent 0798968596
commit 66eea14df2

View file

@ -76,11 +76,11 @@ state:
returned: always returned: always
type: string type: string
sample: "present" sample: "present"
commands: updates:
description: command string sent to the device description: commands sent to the device
returned: always returned: always
type: string type: list
sample: "interface loopback16 ; vrf member ntc ;" sample: ["interface loopback16", "vrf member ntc"]
changed: changed:
description: check to see if a change was made on the device description: check to see if a change was made on the device
returned: always returned: always