mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Set no switchport on ethernet interfaces (#26693)
Otherwise this will silently make vrf tests to not work correctly.
This commit is contained in:
committed by
GitHub
parent
cb59e61253
commit
59edc44166
@@ -13,7 +13,9 @@
|
|||||||
lines:
|
lines:
|
||||||
- int Ethernet1
|
- int Ethernet1
|
||||||
- no shutdown
|
- no shutdown
|
||||||
|
- no switchport
|
||||||
- int Ethernet2
|
- int Ethernet2
|
||||||
- no shutdown
|
- no shutdown
|
||||||
|
- no switchport
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
connection: local
|
connection: local
|
||||||
|
|||||||
Reference in New Issue
Block a user