Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Fixing iosxr return documentation in module. (ansible#33311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmighion authored and kedarkekan committed Nov 29, 2017
1 parent aa7bd8b commit ef37a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ansible/modules/network/iosxr/iosxr_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@
"""

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
Expand Down

0 comments on commit ef37a7f

Please sign in to comment.