mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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 correctly
This commit is contained in:
committed by
Matt Clay
parent
344c976141
commit
24fc4dbeab
@@ -119,8 +119,7 @@ tasks:
|
|||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
updates:
|
updates:
|
||||||
description: The list of configuration updates to be merged The format
|
description: The list of configuration updates to be merged
|
||||||
of the return is 'key: new_value (old_value)'
|
|
||||||
retured: always
|
retured: always
|
||||||
type: list
|
type: list
|
||||||
sample: ["System.hostname: ops01 (switch)"]
|
sample: ["System.hostname: ops01 (switch)"]
|
||||||
|
|||||||
Reference in New Issue
Block a user