mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-21 15:50:22 -07:00
Fix ovs integration tests initial setup (#33136)
This commit is contained in:
parent
de1bfde2d8
commit
be7a3adeb7
2 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
- name: Make sure test bridge does not exist before tests
|
||||
command: ovs-vsctl del-br br-test
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Create bridge
|
||||
openvswitch_bridge:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue