update return doc string
This commit is contained in:
parent
4672809bf3
commit
ea5ed26e04
1 changed files with 3 additions and 3 deletions
|
@ -113,11 +113,11 @@ state:
|
|||
returned: always
|
||||
type: string
|
||||
sample: "present"
|
||||
commands:
|
||||
updates:
|
||||
description: command string sent to the device
|
||||
returned: always
|
||||
type: string
|
||||
sample: "interface eth1/5 ; switchport access vlan 20 ;"
|
||||
type: list
|
||||
sample: ["interface eth1/5", "switchport access vlan 20"]
|
||||
changed:
|
||||
description: check to see if a change was made on the device
|
||||
returned: always
|
||||
|
|
Loading…
Reference in a new issue