ansible-roles/roles/maven/tasks/cleanup.yml
2021-12-01 19:13:34 +01:00

9 lines
223 B
YAML

---
- name: Remove temp files
file: path={{ item }} state=absent
loop:
- "{{ mvn_root_dir }}/tmp/apache-maven-{{ mvn_version }}-bin.tar.gz"
- "{{ mvn_root_dir }}/tmp/apache-maven-{{ mvn_version }}"
tags: mvn