From fd5db52fd99c1083a9530fceaf86b5c460b962e7 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Tue, 30 May 2017 15:54:22 +0200 Subject: [PATCH] Add provider to prepare_ios_tests role tasks (#25162) This avoids passing -u -k, as it will just consume the credentials from group_vars --- test/integration/targets/prepare_ios_tests/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/prepare_ios_tests/tasks/main.yml b/test/integration/targets/prepare_ios_tests/tasks/main.yml index fbf3ac8620..0e837ee812 100644 --- a/test/integration/targets/prepare_ios_tests/tasks/main.yml +++ b/test/integration/targets/prepare_ios_tests/tasks/main.yml @@ -3,6 +3,7 @@ - name: Ensure we have loopback 888 for testing ios_config: src: config.j2 + provider: "{{ cli }}" # Some AWS hostnames can be longer than those allowed by the system we are testing