RETURNS doesn't support markup, so remove it
This commit is contained in:
parent
9c42d72375
commit
f1ad1d0d64
4 changed files with 4 additions and 4 deletions
|
@ -191,7 +191,7 @@ vars:
|
|||
RETURN = """
|
||||
updates:
|
||||
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
|
||||
sample: ['...', '...']
|
||||
backup_path:
|
||||
|
|
|
@ -204,7 +204,7 @@ vars:
|
|||
RETURN = """
|
||||
updates:
|
||||
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
|
||||
sample: ['...', '...']
|
||||
backup_path:
|
||||
|
|
|
@ -177,7 +177,7 @@ vars:
|
|||
RETURN = """
|
||||
updates:
|
||||
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
|
||||
sample: ['...', '...']
|
||||
backup_path:
|
||||
|
|
|
@ -189,7 +189,7 @@ vars:
|
|||
RETURN = """
|
||||
updates:
|
||||
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
|
||||
sample: ['...', '...']
|
||||
backup_path:
|
||||
|
|
Loading…
Reference in a new issue