Ansible: fix the wrong module and mode for vpp_device.yaml in cleanup role
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / tg.yaml
index f58cb59..9ac83bc 100644 (file)
@@ -5,10 +5,5 @@
   import_tasks: kill_process.yaml
   vars:
       process: "_t-rex"
-  tags: kill-process
-
-- name: Kill processes - WRK
-  import_tasks: kill_process.yaml
-  vars:
-      process: "wrk"
+  when: docker_tg is undefined
   tags: kill-process