1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 15:13:20 +02:00
2022-02-15 16:00:13 +01:00

10 lines
295 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/kimai2-{{ kimai_version }}"
- "{{ kimai_root_dir }}/tmp/kimai2-{{ kimai_version }}.tar.gz"
tags: kimai