From 64ba03d6efd96d9a1fda51267c8035ec1a689e3a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 7 Dec 2016 21:09:45 +0200 Subject: [PATCH] - Use cgid instead of cgi, as the latter doesn't work with the default MPM. --- tasks/cgit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cgit.yml b/tasks/cgit.yml index edb74a5..b80bae9 100644 --- a/tasks/cgit.yml +++ b/tasks/cgit.yml @@ -18,7 +18,7 @@ - name: Enable CGI Apache module (always changes) apache2_module: - name: cgi + name: cgid state: present notify: - Restart Apache -- GitLab