diff options
author | Ricardo Carrillo Cruz <ricardo.carrillo.cruz@gmail.com> | 2017-05-30 15:54:22 +0200 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-05-30 14:54:22 +0100 |
commit | fd5db52fd99c1083a9530fceaf86b5c460b962e7 (patch) | |
tree | 22be5caf2be6564507866207ebf477b3b4e120f1 | |
parent | 2d63518753b92ec7a55a1fa492c35a8bd320b317 (diff) | |
download | ansible-fd5db52fd99c1083a9530fceaf86b5c460b962e7.tar.gz |
Add provider to prepare_ios_tests role tasks (#25162)
This avoids passing -u <user> -k, as it will just consume
the credentials from group_vars
-rw-r--r-- | test/integration/targets/prepare_ios_tests/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |