mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add aggregate example in nxos_l2_interface module doc (#39275)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
6db3f522c8
commit
86817cdd52
1 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,13 @@ EXAMPLES = """
|
|||
mode: trunk
|
||||
trunk_vlans: 51-4094
|
||||
state: absent
|
||||
|
||||
- name: Aggregate Configure interfaces for access_vlan with aggregate
|
||||
nxos_l2_interface:
|
||||
aggregate:
|
||||
- { name: "Ethernet1/2", access_vlan: 6 }
|
||||
- { name: "Ethernet1/7", access_vlan: 15 }
|
||||
mode: access
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
|
Loading…
Reference in a new issue