Fix enable ethernes (#26692)

Missing lines param
pull/26693/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent 8df175fa90
commit cb59e61253

@ -10,7 +10,10 @@
- name: enable ethernet interfaces
eos_config:
int Ethernet1
no shutdown
int Ethernet2
no shutdown
lines:
- int Ethernet1
- no shutdown
- int Ethernet2
- no shutdown
provider: "{{ cli }}"
connection: local

Loading…
Cancel
Save