mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2022-01-30 11:00
This commit is contained in:
8
roles/clojure/tasks/cleanup.yml
Normal file
8
roles/clojure/tasks/cleanup.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Remove tmp files
|
||||
file: path={{ item }} state=absent
|
||||
loop:
|
||||
- /tmp/clojure-tools-{{ clojure_version }}.tar.gz
|
||||
- /tmp/clojure-tools
|
||||
tags: clojure
|
Reference in New Issue
Block a user