From 2dde37f08049a93c6ac6602ccb607c2c45eeba66 Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Thu, 13 Jun 2019 23:09:09 +0000 Subject: [PATCH] Added clean-up check to a missed execution --- ansible/roles/test/tasks/vnet_vxlan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/test/tasks/vnet_vxlan.yml b/ansible/roles/test/tasks/vnet_vxlan.yml index ec6e622c20c..f319ac453c3 100644 --- a/ansible/roles/test/tasks/vnet_vxlan.yml +++ b/ansible/roles/test/tasks/vnet_vxlan.yml @@ -167,6 +167,7 @@ - name: Apply route json configuration shell: docker exec swss sh -c "swssconfig /vnet.route.json" + when: cleanup|bool - name: sleep for some time pause: seconds=3