RETURNS doesn't support markup, so remove it
This commit is contained in:
parent
b1243feac8
commit
264bb374b9
4 changed files with 4 additions and 4 deletions
|
@ -202,7 +202,7 @@ vars:
|
||||||
RETURN = """
|
RETURN = """
|
||||||
updates:
|
updates:
|
||||||
description: The set of commands that will be pushed to the remote device
|
description: The set of commands that will be pushed to the remote device
|
||||||
returned: Only when C(lines) is specified.
|
returned: Only when lines is specified.
|
||||||
type: list
|
type: list
|
||||||
sample: ['...', '...']
|
sample: ['...', '...']
|
||||||
backup_path:
|
backup_path:
|
||||||
|
|
|
@ -204,7 +204,7 @@ vars:
|
||||||
RETURN = """
|
RETURN = """
|
||||||
updates:
|
updates:
|
||||||
description: The set of commands that will be pushed to the remote device
|
description: The set of commands that will be pushed to the remote device
|
||||||
returned: Only when C(lines) is specified.
|
returned: Only when lines is specified.
|
||||||
type: list
|
type: list
|
||||||
sample: ['...', '...']
|
sample: ['...', '...']
|
||||||
backup_path:
|
backup_path:
|
||||||
|
|
|
@ -177,7 +177,7 @@ vars:
|
||||||
RETURN = """
|
RETURN = """
|
||||||
updates:
|
updates:
|
||||||
description: The set of commands that will be pushed to the remote device
|
description: The set of commands that will be pushed to the remote device
|
||||||
returned: Only when C(lines) is specified.
|
returned: Only when lines is specified.
|
||||||
type: list
|
type: list
|
||||||
sample: ['...', '...']
|
sample: ['...', '...']
|
||||||
backup_path:
|
backup_path:
|
||||||
|
|
|
@ -199,7 +199,7 @@ vars:
|
||||||
RETURN = """
|
RETURN = """
|
||||||
updates:
|
updates:
|
||||||
description: The set of commands that will be pushed to the remote device
|
description: The set of commands that will be pushed to the remote device
|
||||||
returned: Only when C(lines) is specified.
|
returned: Only when lines is specified.
|
||||||
type: list
|
type: list
|
||||||
sample: ['...', '...']
|
sample: ['...', '...']
|
||||||
backup_path:
|
backup_path:
|
||||||
|
|
Loading…
Reference in a new issue