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
committerJames Cammarata <jimi@sngx.net>2017-06-01 12:14:23 -0500
commitec545d7b42d0e4ceac682ae97aae2f048979d21c (patch)
tree4da1e300d2c63549985f75aeacd2aacd117a05ce /test/integration/targets
parent9d4875a727aadc24737eb81b5d9480e13c7b543d (diff)
downloadansible-ec545d7b42d0e4ceac682ae97aae2f048979d21c.tar.gz
Add provider param to prepare_iosxr_tests role tasks (#25163)
This will avoid passing -u -k to ansible-playbook (cherry picked from commit 69efb610085f6fe5c5abf36d3c89d8f7dab130d9)
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