Fix enable ethernes (#26692)

Missing lines param
This commit is contained in:
Ricardo Carrillo Cruz 2017-07-12 12:54:03 +02:00 committed by GitHub
parent 8df175fa90
commit cb59e61253

View file

@ -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