mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
To fix bug on switch port issue of L3 interfaces. (#53267)
* To fix bug on switch port issue of L3 interfaces. * Adding mock return value for is_switch_port method
This commit is contained in:
committed by
Nathaniel Case
parent
d241794daa
commit
77565554c8
@@ -19,6 +19,8 @@
|
||||
cnos_config:
|
||||
lines:
|
||||
- no shutdown
|
||||
- no switchport
|
||||
- no logging monitor
|
||||
parents:
|
||||
- "interface {{ item }}"
|
||||
provider: "{{ cli }}"
|
||||
|
||||
Reference in New Issue
Block a user