1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Set no switchport on ethernet interfaces (#26693)

Otherwise this will silently make vrf tests to not work correctly.
This commit is contained in:
Ricardo Carrillo Cruz 2017-07-12 13:02:36 +02:00 committed by GitHub
parent cb59e61253
commit 59edc44166

View file

@ -13,7 +13,9 @@
lines:
- int Ethernet1
- no shutdown
- no switchport
- int Ethernet2
- no shutdown
- no switchport
provider: "{{ cli }}"
connection: local