2022-01-30 11:00:05 +01:00

9 lines
170 B
YAML

---
- name: Remove tmp files
file: path={{ item }} state=absent
loop:
- /tmp/clojure-tools-{{ clojure_version }}.tar.gz
- /tmp/clojure-tools
tags: clojure