mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
9 lines
223 B
YAML
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
|