Add missing delegate_to on openvswitch_db integration test runner (#25597)
This commit is contained in:
parent
16b877e2b3
commit
081e138cf1
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
find:
|
||||
paths: "{{ role_path }}/tests"
|
||||
patterns: "{{ testcase }}.yaml"
|
||||
delegate_to: localhost
|
||||
register: test_cases
|
||||
|
||||
- name: set test_items
|
||||
|
|
Loading…
Reference in a new issue