Browse Source

Merge pull request #230 from Alkpone/master

cgit dependency missing
Luke Cyca 10 years ago
parent
commit
4f2321051d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/git/tasks/cgit.yml

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

@@ -4,6 +4,7 @@
4 4
   with_items:
5 5
     - groff
6 6
     - python-pip
7
+    - libssl-dev
7 8
 
8 9
 - name: Install cgit pip dependencies
9 10
   pip: name={{ item }}

Loading…
Cancel
Save