From 6634f943239de95af2f7fe45ecbf3ea7d0b118de Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 12 Jul 2017 17:01:59 +0200 Subject: [PATCH] First indentation of first task on prepare_eos_tests (#26706) Hard to see what was going on :/ --- .../targets/prepare_eos_tests/tasks/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/integration/targets/prepare_eos_tests/tasks/main.yml b/test/integration/targets/prepare_eos_tests/tasks/main.yml index a450f00bd55..b84e4d57cb8 100644 --- a/test/integration/targets/prepare_eos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_eos_tests/tasks/main.yml @@ -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: