summaryrefslogtreecommitdiff
path: root/test/integration/targets
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <ricardo.carrillo.cruz@gmail.com>2017-05-30 20:32:50 +0200
committerGitHub <noreply@github.com>2017-05-30 20:32:50 +0200
commit69efb610085f6fe5c5abf36d3c89d8f7dab130d9 (patch)
treeba574fef216c3a62f0bc2b3e9baaabf2e09a4e27 /test/integration/targets
parent53837c2ab0de0def972c5148eb31f0fead84c292 (diff)
downloadansible-69efb610085f6fe5c5abf36d3c89d8f7dab130d9.tar.gz
Add provider param to prepare_iosxr_tests role tasks (#25163)
This will avoid passing -u -k to ansible-playbook
Diffstat (limited to 'test/integration/targets')
-rw-r--r--test/integration/targets/prepare_iosxr_tests/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
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