update return doc string
This commit is contained in:
parent
5531b1c3fc
commit
ed421149e6
1 changed files with 3 additions and 3 deletions
|
@ -118,11 +118,11 @@ state:
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: "present"
|
sample: "present"
|
||||||
commands:
|
updates:
|
||||||
description: command string sent to the device
|
description: command string sent to the device
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: list
|
||||||
sample: "vlan 20 ; vlan 55 ;"
|
sample: ["vlan 20", "vlan 55"]
|
||||||
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