Fixed RETURN string
This commit is contained in:
parent
36942ec24b
commit
026ddfcc46
1 changed files with 4 additions and 4 deletions
|
@ -69,10 +69,10 @@ state:
|
|||
type: string
|
||||
sample: "disabled"
|
||||
updates:
|
||||
description: command string sent to the device
|
||||
description: commands sent to the device
|
||||
returned: always
|
||||
type: string
|
||||
sample: "no feature eigrp ;"
|
||||
type: list
|
||||
sample: ["no feature eigrp"]
|
||||
changed:
|
||||
description: check to see if a change was made on the device
|
||||
returned: always
|
||||
|
@ -267,4 +267,4 @@ from ansible.module_utils.shell import *
|
|||
from ansible.module_utils.netcfg import *
|
||||
from ansible.module_utils.nxos import *
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue