Update to 2024-05-02 11:01

This commit is contained in:
Daniel Berteaud
2024-05-02 11:01:29 +02:00
parent 649b1c50ee
commit 38d6895850
14 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Cleanup tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ jmeter_root_dir }}/tmp/apache-jmeter-{{ jmeter_version }}.tgz"
- "{{ jmeter_root_dir }}/tmp/apache-jmeter-{{ jmeter_version }}"
- "{{ jmeter_root_dir }}/archives/{{ jmeter_current_version }}"
tags: jmeter