diff options
author | Ricardo Carrillo Cruz <ricardo.carrillo.cruz@gmail.com> | 2017-05-30 20:32:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 20:32:50 +0200 |
commit | 69efb610085f6fe5c5abf36d3c89d8f7dab130d9 (patch) | |
tree | ba574fef216c3a62f0bc2b3e9baaabf2e09a4e27 /test/integration/targets | |
parent | 53837c2ab0de0def972c5148eb31f0fead84c292 (diff) | |
download | ansible-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.yml | 1 |
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 |