mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 00:28:05 +02:00
Update to 2022-01-26 18:00
This commit is contained in:
15
roles/taiga/tasks/cleanup.yml
Normal file
15
roles/taiga/tasks/cleanup.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Remove tmp and obsolete files
|
||||
file: path={{ item }} state=absent
|
||||
loop:
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-back-{{ taiga_version }}.tar.gz"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-back-{{ taiga_version }}"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-front-dist-{{ taiga_version }}.tar.gz"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-front-dist-{{ taiga_version }}"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-events-{{ taiga_version }}.tar.gz"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-events-{{ taiga_version }}"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-protected-{{ taiga_version }}.tar.gz"
|
||||
- "{{ taiga_root_dir }}/tmp/taiga-protected-{{ taiga_version }}"
|
||||
- "{{ taiga_root_dir }}/archives/{{ taiga_current_version }}"
|
||||
tags: taiga
|
Reference in New Issue
Block a user