From f1ad1d0d64da9520c3da270afca807cde1cd6869 Mon Sep 17 00:00:00 2001 From: John Barker Date: Wed, 14 Sep 2016 12:58:53 +0100 Subject: [PATCH] RETURNS doesn't support markup, so remove it --- network/eos/eos_config.py | 2 +- network/ios/ios_config.py | 2 +- network/iosxr/iosxr_config.py | 2 +- network/nxos/nxos_config.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/network/eos/eos_config.py b/network/eos/eos_config.py index 5b4a59ad2d1..144333842e4 100644 --- a/network/eos/eos_config.py +++ b/network/eos/eos_config.py @@ -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: diff --git a/network/ios/ios_config.py b/network/ios/ios_config.py index 8b918c373b4..e27d079f139 100644 --- a/network/ios/ios_config.py +++ b/network/ios/ios_config.py @@ -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: diff --git a/network/iosxr/iosxr_config.py b/network/iosxr/iosxr_config.py index 9f9e84f0ffa..0dc6984fc48 100644 --- a/network/iosxr/iosxr_config.py +++ b/network/iosxr/iosxr_config.py @@ -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: diff --git a/network/nxos/nxos_config.py b/network/nxos/nxos_config.py index d478ac5925b..08b12994a4c 100644 --- a/network/nxos/nxos_config.py +++ b/network/nxos/nxos_config.py @@ -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: