fa2d2d2819f9a180f10868bd729f5805c5eb9b8a
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / tg.yaml
1 ---
2 # file: roles/cleanup/tasks/tg.yaml
3
4 - name: Host Cleanup
5   block:
6     - name: Kill Processes - TRex
7       import_tasks: kill_process.yaml
8       vars:
9         process: "_t-rex"
10       when:
11         - docker_tg is undefined
12       tags:
13         - kill-process