diff --git a/roles/tobiko-cleanup/tasks/main.yaml b/roles/tobiko-cleanup/tasks/main.yaml index 6c92064ed..1a7bab8c0 100644 --- a/roles/tobiko-cleanup/tasks/main.yaml +++ b/roles/tobiko-cleanup/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: "cleanup Loadbalancers created by Tobiko tests" shell: | - for lb in $({{ openstack_cmd }} loadbalancer list -f value -c 'name' | grep "^tobiko\.") + for lb in $({{ openstack_cmd }} loadbalancer list -f value -c 'name' | grep "^tobiko") do {{ openstack_cmd }} loadbalancer delete --cascade --wait $lb done