mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fix nxos_switchport/l2_interface trunk_vlans state absent (#37180)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
nxos_l2_interface: &no_tag
|
||||
name: "{{ intname }}"
|
||||
mode: trunk
|
||||
trunk_vlans: 30-4094
|
||||
trunk_vlans: 2-50
|
||||
state: absent
|
||||
provider: "{{ connection }}"
|
||||
register: result
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
nxos_switchport: &no_tag
|
||||
interface: "{{ intname }}"
|
||||
mode: trunk
|
||||
trunk_vlans: 30-4094
|
||||
trunk_vlans: 2-50
|
||||
state: absent
|
||||
provider: "{{ connection }}"
|
||||
register: result
|
||||
|
||||
Reference in New Issue
Block a user