Add missing delegate_to on openvswitch_db integration test runner (#25597)

pull/25602/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent 16b877e2b3
commit 081e138cf1

@ -4,6 +4,7 @@
find:
paths: "{{ role_path }}/tests"
patterns: "{{ testcase }}.yaml"
delegate_to: localhost
register: test_cases
- name: set test_items

Loading…
Cancel
Save