diff options
Diffstat (limited to 'fdio.infra.ansible/roles/cleanup/tasks/tg.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/cleanup/tasks/tg.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml b/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml new file mode 100644 index 0000000000..fa2d2d2819 --- /dev/null +++ b/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml @@ -0,0 +1,13 @@ +--- +# 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 |