mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Remove provider lines from iosxr tests (#29956)
We don't use authorize on iosxr nor we use a special transport, so no need to use iosxr for CLI at all.
This commit is contained in:
parent
599fe23ed6
commit
1da7194534
14 changed files with 0 additions and 88 deletions
|
@ -3,8 +3,6 @@
|
|||
- 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
|
||||
# Truncate the hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue