Fixed RETURN string
This commit is contained in:
parent
6a412e55e9
commit
091c5b6a4e
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue