From 0ff1f44322ea60ca972b7d8584201b42177884e3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 14:21:38 +0000 Subject: [PATCH] Need git for installing taiga from git. --- roles/taiga/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index 5edde62cc3..c3cb7f042a 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -13,6 +13,7 @@ - python3-gunicorn + - git - python3 - python3-pip - libxml2-devel