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

9 lines
176 B
YAML
Raw Normal View History

2022-01-30 13:00:05 +01:00
---
- 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