mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
Remove xml return for junos declarative modules (#26400)
* Remove xml return * Add diff return * Related doc changes
This commit is contained in:
parent
c1ac55147f
commit
1a9b0ae731
13 changed files with 62 additions and 119 deletions
|
@ -107,22 +107,9 @@ EXAMPLES = """
|
|||
RETURN = """
|
||||
commands:
|
||||
description: The list of configuration mode commands to send to the device.
|
||||
returned: always
|
||||
returned: always, except for the platforms that use Netconf transport to manage the device.
|
||||
type: list
|
||||
sample:
|
||||
- interface 20
|
||||
- name test-interface
|
||||
|
||||
rpc:
|
||||
description: load-configuration RPC send to the device
|
||||
returned: C(rpc) is returned only for junos device
|
||||
when configuration is changed on device
|
||||
type: string
|
||||
sample: >
|
||||
<interfaces>
|
||||
<interface>
|
||||
<name>ge-0/0/0</name>
|
||||
<description>test interface</description>
|
||||
</interface>
|
||||
</interfaces>
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue