Skip to content

Commit 5687ae2

Browse files
authored
Added clean-up check to a missed execution (#957)
1 parent 60e7020 commit 5687ae2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/roles/test/tasks/vnet_vxlan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167

168168
- name: Apply route json configuration
169169
shell: docker exec swss sh -c "swssconfig /vnet.route.json"
170+
when: cleanup|bool
170171

171172
- name: sleep for some time
172173
pause: seconds=3

0 commit comments

Comments
 (0)