mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Set Ethernet2 to no switchport (#26703)
Missed this in earlier commit, otherwise eos_vrf tests fail.
This commit is contained in:
parent
c197a68508
commit
efcdc68ad2
1 changed files with 1 additions and 0 deletions
|
@ -16,5 +16,6 @@
|
|||
- no switchport
|
||||
- int Ethernet2
|
||||
- no shutdown
|
||||
- no switchport
|
||||
provider: "{{ cli }}"
|
||||
connection: local
|
||||
|
|
Loading…
Reference in a new issue