From ef37a7fbd6c005937a5e0db285e639e418a52d4b Mon Sep 17 00:00:00 2001 From: James Mighion Date: Tue, 28 Nov 2017 19:42:10 -0800 Subject: [PATCH] Fixing iosxr return documentation in module. (#33311) --- lib/ansible/modules/network/iosxr/iosxr_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py index e24ff611ec..a060a7e34f 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_config.py +++ b/lib/ansible/modules/network/iosxr/iosxr_config.py @@ -168,11 +168,11 @@ EXAMPLES = """ """ RETURN = """ -updates: +commands: description: The set of commands that will be pushed to the remote device - returned: Only when lines is specified. + returned: If there are commands to run against the host type: list - sample: ['...', '...'] + sample: ['hostname foo', 'router ospf 1', 'router-id 1.1.1.1'] backup_path: description: The full path to the backup file returned: when backup is yes