fixes issue with return docstring
This commit fixes an issue with the return doc string. The old line was removed that would prevent the docs form being built correctlypull/4420/head
parent
344c976141
commit
24fc4dbeab
|
@ -119,8 +119,7 @@ tasks:
|
|||
|
||||
RETURN = """
|
||||
updates:
|
||||
description: The list of configuration updates to be merged The format
|
||||
of the return is 'key: new_value (old_value)'
|
||||
description: The list of configuration updates to be merged
|
||||
retured: always
|
||||
type: list
|
||||
sample: ["System.hostname: ops01 (switch)"]
|
||||
|
|
Loading…
Reference in New Issue