From 73599908e712fee3d2b737b8c6cdcb8694e712c2 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 10 Jun 2015 18:40:11 +0200 Subject: gitweb: Explicitely install FCGI. --- roles/git/tasks/gitweb.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/git') diff --git a/roles/git/tasks/gitweb.yml b/roles/git/tasks/gitweb.yml index 3ecbdd6..e0aaa4f 100644 --- a/roles/git/tasks/gitweb.yml +++ b/roles/git/tasks/gitweb.yml @@ -2,6 +2,7 @@ apt: pkg={{ item }} with_items: - gitweb + - libfcgi-perl # for git-http-backend - fcgiwrap -- cgit v1.2.3