Browse Source

cgit dependency missing

Alban Seurat 10 years ago
parent
commit
c22d179e83
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
   with_items:
4
   with_items:
5
     - groff
5
     - groff
6
     - python-pip
6
     - python-pip
7
+    - libssl-dev
7
 
8
 
8
 - name: Install cgit pip dependencies
9
 - name: Install cgit pip dependencies
9
   pip: name={{ item }}
10
   pip: name={{ item }}

Loading…
Cancel
Save