Update to 2022-01-26 18:00

This commit is contained in:
Daniel Berteaud
2022-01-26 18:00:05 +01:00
parent 010ec37bf3
commit e293e29bbb
27 changed files with 1015 additions and 0 deletions

View 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