10 lines
293 B
YAML
Raw Normal View History

2022-02-15 16:00:13 +01:00
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ kimai_root_dir }}/archives/{{ kimai_current_version }}"
2023-07-04 18:00:09 +02:00
- "{{ kimai_root_dir }}/tmp/kimai-{{ kimai_version }}"
- "{{ kimai_root_dir }}/tmp/kimai-{{ kimai_version }}.tar.gz"
2022-02-15 16:00:13 +01:00
tags: kimai