mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00: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:
@@ -3,8 +3,8 @@
|
||||
find:
|
||||
paths: "{{ role_path }}/tests/netconf"
|
||||
patterns: "{{ testcase }}.yaml"
|
||||
connection: local
|
||||
register: test_cases
|
||||
delegate_to: localhost
|
||||
|
||||
- name: set test_items
|
||||
set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}"
|
||||
|
||||
Reference in New Issue
Block a user