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

9 lines
170 B
YAML
Raw Normal View History

2022-01-30 11:00:05 +01:00
---
- name: Remove tmp files
file: path={{ item }} state=absent
loop:
- /tmp/clojure-tools-{{ clojure_version }}.tar.gz
- /tmp/clojure-tools
tags: clojure