mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-01 22:35:47 +02:00
Update to 2022-01-30 13:00
This commit is contained in:
8
roles/babashka/tasks/cleanup.yml
Normal file
8
roles/babashka/tasks/cleanup.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user