summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/junos_logging/tasks/netconf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/junos_logging/tasks/netconf.yaml')
-rw-r--r--test/integration/targets/junos_logging/tasks/netconf.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/junos_logging/tasks/netconf.yaml b/test/integration/targets/junos_logging/tasks/netconf.yaml
index 92fc7092cd..c1985c530a 100644
--- a/test/integration/targets/junos_logging/tasks/netconf.yaml
+++ b/test/integration/targets/junos_logging/tasks/netconf.yaml
@@ -4,7 +4,7 @@
paths: "{{ role_path }}/tests/netconf"
patterns: "{{ testcase }}.yaml"
register: test_cases
- delegate_to: localhost
+ connection: local
- name: set test_items
set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}"