From 69efb610085f6fe5c5abf36d3c89d8f7dab130d9 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Tue, 30 May 2017 20:32:50 +0200 Subject: [PATCH] Add provider param to prepare_iosxr_tests role tasks (#25163) This will avoid passing -u -k to ansible-playbook --- test/integration/targets/prepare_iosxr_tests/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/prepare_iosxr_tests/tasks/main.yml b/test/integration/targets/prepare_iosxr_tests/tasks/main.yml index f741b0947e..cbc137a45c 100644 --- a/test/integration/targets/prepare_iosxr_tests/tasks/main.yml +++ b/test/integration/targets/prepare_iosxr_tests/tasks/main.yml @@ -3,6 +3,7 @@ - name: Ensure we have loopback 888 for testing iosxr_config: src: config.j2 + provider: "{{ cli }}" # Some AWS hostnames can be longer than those allowed by the system we are testing