First indentation of first task on prepare_eos_tests (#26706)
Hard to see what was going on :/
This commit is contained in:
parent
8a5490ea5f
commit
6634f94323
1 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
- name: enable cli on remote device
|
||||
eos_eapi:
|
||||
enable_http: yes
|
||||
enable_https: yes
|
||||
enable_local_http: yes
|
||||
enable_socket: yes
|
||||
provider: "{{ cli }}"
|
||||
register: eos_eapi_output
|
||||
connection: local
|
||||
- name: enable cli on remote device
|
||||
eos_eapi:
|
||||
enable_http: yes
|
||||
enable_https: yes
|
||||
enable_local_http: yes
|
||||
enable_socket: yes
|
||||
provider: "{{ cli }}"
|
||||
register: eos_eapi_output
|
||||
connection: local
|
||||
|
||||
- name: Enable Ethernet1 interface and disable switchport
|
||||
eos_config:
|
||||
|
|
Loading…
Reference in a new issue