1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-27 07:33:18 +02:00
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