Browse Source

formatting

Alex Payne 9 years ago
parent
commit
b674035d21
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/git/tasks/cgit.yml

+ 1
- 1
roles/git/tasks/cgit.yml View File

46
             group=root
46
             group=root
47
             owner=root
47
             owner=root
48
 
48
 
49
-- name: Enable Apache cgi module
49
+- name: Enable Apache CGI module
50
   command: a2enmod cgi creates=/etc/apache2/mods-enabled/cgi.load
50
   command: a2enmod cgi creates=/etc/apache2/mods-enabled/cgi.load
51
   notify: restart apache
51
   notify: restart apache
52
 
52
 

Loading…
Cancel
Save