Update to 2022-01-29 13:00

This commit is contained in:
Daniel Berteaud
2022-01-29 13:00:05 +01:00
parent f45491ce0b
commit 013c387bca
9 changed files with 82 additions and 36 deletions

View File

@@ -3,13 +3,17 @@
- 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 }}"
- "{{ taiga_root_dir }}/tmp/taiga-back-{{ taiga_archives['back'].version }}.tar.gz"
- "{{ taiga_root_dir }}/tmp/taiga-back-{{ taiga_archives['back'].version }}"
- "{{ taiga_root_dir }}/tmp/taiga-front-dist-{{ taiga_archives['front'].version }}.tar.gz"
- "{{ taiga_root_dir }}/tmp/taiga-front-dist-{{ taiga_archives['front'].version }}"
- "{{ taiga_root_dir }}/tmp/taiga-events-{{ taiga_archives['events'].version }}.tar.gz"
- "{{ taiga_root_dir }}/tmp/taiga-events-{{ taiga_archives['events'].version }}"
- "{{ taiga_root_dir }}/tmp/taiga-protected-{{ taiga_archives['protected'].version }}.tar.gz"
- "{{ taiga_root_dir }}/tmp/taiga-protected-{{ taiga_archives['protected'].version }}"
tags: taiga
- name: Remove archive dir
file: path={{ taiga_root_dir }}/archives/{{ taiga_archive_dir }} state=absent
when: taiga_archive_dir is defined
tags: taiga