mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 20:32:45 +00:00
Make sure the Ethernet interfaces are up before running EOS tests (#26691)
This commit is contained in:
committed by
GitHub
parent
2f60f97ee3
commit
8df175fa90
@@ -7,3 +7,10 @@
|
||||
provider: "{{ cli }}"
|
||||
register: eos_eapi_output
|
||||
connection: local
|
||||
|
||||
- name: enable ethernet interfaces
|
||||
eos_config:
|
||||
int Ethernet1
|
||||
no shutdown
|
||||
int Ethernet2
|
||||
no shutdown
|
||||
|
||||
Reference in New Issue
Block a user