mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fixed RETURN string
This commit is contained in:
parent
0798968596
commit
66eea14df2
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue