Skip to content

Commit

Permalink
Add provider to prepare_ios_tests role tasks (ansible#25162)
Browse files Browse the repository at this point in the history
This avoids passing -u <user> -k, as it will just consume
the credentials from group_vars
  • Loading branch information
rcarrillocruz authored and gundalow committed May 30, 2017
1 parent 2d63518 commit fd5db52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/targets/prepare_ios_tests/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd5db52

Please sign in to comment.