Ansible git move
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / tg.yaml
diff --git a/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/tg.yaml b/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/tg.yaml
deleted file mode 100644 (file)
index fa2d2d2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
----
-# file: roles/cleanup/tasks/tg.yaml
-
-- name: Host Cleanup
-  block:
-    - name: Kill Processes - TRex
-      import_tasks: kill_process.yaml
-      vars:
-        process: "_t-rex"
-      when:
-        - docker_tg is undefined
-      tags:
-        - kill-process