1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing iosxr return documentation in module. (#33311)

This commit is contained in:
James Mighion 2017-11-28 19:42:10 -08:00 committed by Kedar K
parent aa7bd8bc11
commit ef37a7fbd6

View file

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