1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 15:13:20 +02:00
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