1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-27 07:33:18 +02:00
2022-01-30 13:00:05 +01:00

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