ansible-roles/roles/babashka/tasks/cleanup.yml

9 lines
176 B
YAML

---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- /tmp/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
- /tmp/bb
tags: bb