diff --git a/tasks/cgit.yml b/tasks/cgit.yml
index edb74a53af7908a9258c58500bf0308c0fbfd331..b80bae9f1ea4d2c993f8010c08d4815c42cc20b3 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