mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-01-29 13:00
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
|
||||
- name: Extract archives
|
||||
unarchive:
|
||||
src: "{{ taiga_root_dir }}/tmp/{{ taiga_archives[item].dir | default('taiga-' ~ item ~ '-' ~ taiga_version) }}.tar.gz"
|
||||
src: "{{ taiga_root_dir }}/tmp/{{ taiga_archives[item].dir | default('taiga-' ~ item ~ '-' ~ taiga_archives[item].version) }}.tar.gz"
|
||||
dest: "{{ taiga_root_dir }}/tmp"
|
||||
remote_src: True
|
||||
loop: "{{ taiga_archives.keys() | list }}"
|
||||
|
||||
- name: Move components to their final dir
|
||||
synchronize:
|
||||
src: "{{ taiga_root_dir }}/tmp/{{ taiga_archives[item].dir | default('taiga-' ~ item ~ '-' ~ taiga_version) }}/"
|
||||
src: "{{ taiga_root_dir }}/tmp/{{ taiga_archives[item].dir | default('taiga-' ~ item ~ '-' ~ taiga_archives[item].version) }}/"
|
||||
dest: "{{ taiga_root_dir }}/app/{{ item }}/"
|
||||
delete: True
|
||||
compress: False
|
||||
@@ -68,7 +68,7 @@
|
||||
file: path={{ taiga_root_dir }}/app/front/dist/plugins/ state=directory
|
||||
|
||||
- name: Install the openid-auth front plugin
|
||||
copy: src={{ taiga_root_dir }}/tmp/taiga-contrib-openid-auth/front/dist/ dest={{ taiga_root_dir }}/app/front/dist/plugins/openid-auth/ remote_src=True
|
||||
copy: src={{ taiga_root_dir }}/app/back/taiga-contrib-openid-auth/front/dist/ dest={{ taiga_root_dir }}/app/front/dist/plugins/openid-auth/ remote_src=True
|
||||
|
||||
- name: Install dependencies for taiga-events
|
||||
npm:
|
||||
|
Reference in New Issue
Block a user