RETURNS doesn't support markup, so remove it

This commit is contained in:
John Barker 2016-09-14 12:58:53 +01:00 committed by Matt Clay
parent b1243feac8
commit 264bb374b9
4 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: