Fix Taiga role
This commit is contained in:
parent
f5c1d68eeb
commit
6033a07c8d
1 changed files with 4 additions and 3 deletions
|
@ -138,13 +138,14 @@
|
||||||
repo: https://github.com/taigaio/taiga-back.git
|
repo: https://github.com/taigaio/taiga-back.git
|
||||||
dest: /home/taiga/taiga-back
|
dest: /home/taiga/taiga-back
|
||||||
version: "{{taiga_back_version}}"
|
version: "{{taiga_back_version}}"
|
||||||
|
# We modify the requirements.txt, we need to force here.
|
||||||
|
force: yes
|
||||||
|
|
||||||
- name: remove some versionned dependencies
|
- name: remove some versionned dependencies
|
||||||
lineinfile:
|
replace:
|
||||||
path: /home/taiga/taiga-back/requirements.txt
|
path: /home/taiga/taiga-back/requirements.txt
|
||||||
regexp: '^(CairoSVG|cryptography)==.*$'
|
regexp: '^(CairoSVG|cryptography)==.*$'
|
||||||
line: '\1'
|
replace: '\1'
|
||||||
backrefs: yes
|
|
||||||
|
|
||||||
- name: install taiga-back dependencies
|
- name: install taiga-back dependencies
|
||||||
pip:
|
pip:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue