From 85e9a07117f77cb54b083ec5cdb3777ff3acea62 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Mon, 10 Jul 2017 19:30:30 +0530 Subject: [PATCH] privilege escalation for eos integration test (#26597) Signed-off-by: Trishna Guha --- test/integration/targets/prepare_eos_tests/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/prepare_eos_tests/tasks/main.yml b/test/integration/targets/prepare_eos_tests/tasks/main.yml index 0e9f36e49f7..1f75bdb2c90 100644 --- a/test/integration/targets/prepare_eos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_eos_tests/tasks/main.yml @@ -4,6 +4,7 @@ enable_https: yes enable_local_http: yes enable_socket: yes + authorize: yes provider: "{{ cli }}" register: eos_eapi_output connection: local