1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add provider param to prepare_iosxr_tests role tasks (#25163)

This will avoid passing -u -k to ansible-playbook
This commit is contained in:
Ricardo Carrillo Cruz 2017-05-30 20:32:50 +02:00 committed by GitHub
parent 53837c2ab0
commit 69efb61008

View file

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