Update to 2022-01-30 11:00

This commit is contained in:
Daniel Berteaud
2022-01-30 11:00:05 +01:00
parent 013c387bca
commit 1c2a883ec4
7 changed files with 127 additions and 0 deletions

View 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