2023-07-04 18:00:09 +02:00

10 lines
293 B
YAML

---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ kimai_root_dir }}/archives/{{ kimai_current_version }}"
- "{{ kimai_root_dir }}/tmp/kimai-{{ kimai_version }}"
- "{{ kimai_root_dir }}/tmp/kimai-{{ kimai_version }}.tar.gz"
tags: kimai