mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 13:51:09 +00:00
Add aggregate example in nxos_l2_interface module doc (#39275)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user