From 6033a07c8d54a834cdff534d20df1bac7eb5fe1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 24 Oct 2018 09:38:49 +0000 Subject: [PATCH] Fix Taiga role --- roles/taiga/tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index fec7c00489..5b552ce3f8 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -138,13 +138,14 @@ repo: https://github.com/taigaio/taiga-back.git dest: /home/taiga/taiga-back version: "{{taiga_back_version}}" + # We modify the requirements.txt, we need to force here. + force: yes - name: remove some versionned dependencies - lineinfile: + replace: path: /home/taiga/taiga-back/requirements.txt regexp: '^(CairoSVG|cryptography)==.*$' - line: '\1' - backrefs: yes + replace: '\1' - name: install taiga-back dependencies pip: