fix: removing of temporary files to prevent tmp going out of space

This commit is contained in:
Leo Drachenfeuer 2023-04-27 10:54:55 +00:00
parent 8a42acb378
commit fc26ec4745
Signed by: dragonleo
GPG Key ID: A8338FC081137CF0

View File

@ -54,3 +54,7 @@
notify: notify:
- "Restart Teleport" - "Restart Teleport"
- name: "Clean Up Temporary Files"
ansible.builtin.file:
state: absent
path: /tmp/teleport-{{ teleport_version }}