From fc26ec47452a9e6ba6484ebb90f49c511cf562c3 Mon Sep 17 00:00:00 2001 From: Leo Drachenfeuer Date: Thu, 27 Apr 2023 10:54:55 +0000 Subject: [PATCH] fix: removing of temporary files to prevent tmp going out of space --- tasks/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/install.yml b/tasks/install.yml index 30a2b51..ba2e9ba 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -54,3 +54,7 @@ notify: - "Restart Teleport" + - name: "Clean Up Temporary Files" + ansible.builtin.file: + state: absent + path: /tmp/teleport-{{ teleport_version }}