mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix connection type in junos integration tests (#34583)
* Fix connection type in junos integration tests * For find module in junos integration test add connection type local and delegate task to localhost * Fix review comment
This commit is contained in:
parent
dc85176512
commit
458cc38992
20 changed files with 22 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
|||
paths: "{{ role_path }}/tests/netconf"
|
||||
patterns: "{{ testcase }}.yaml"
|
||||
register: test_cases
|
||||
connection: local
|
||||
|
||||
- name: set test_items
|
||||
set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue