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
This commit is contained in:
Ricardo Carrillo Cruz 2017-05-30 15:54:22 +02:00 committed by John R Barker
parent 2d63518753
commit fd5db52fd9

View file

@ -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