summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/junos_user/tasks/netconf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/junos_user/tasks/netconf.yaml')
-rw-r--r--test/integration/targets/junos_user/tasks/netconf.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/junos_user/tasks/netconf.yaml b/test/integration/targets/junos_user/tasks/netconf.yaml
index c66de84ca9..2c76b54d9f 100644
--- a/test/integration/targets/junos_user/tasks/netconf.yaml
+++ b/test/integration/targets/junos_user/tasks/netconf.yaml
@@ -4,6 +4,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 }}"