Skip to content

Commit

Permalink
[apt] Added packages needed to compile cryptographic modules
Browse files Browse the repository at this point in the history
On some debian based systems these packages
have to be installed explicitly.
  • Loading branch information
nemesifier committed Sep 26, 2016
1 parent fd39c71 commit 0b85f60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
with_items:
- sudo
- python-software-properties
- build-essential
- sqlite3
- supervisor
- nginx
- libssl-dev
- openssl
- libssl-dev
- libffi-dev
- python-dev

- name: ensure supervisor is started
service: name=supervisor state=started
Expand Down

0 comments on commit 0b85f60

Please sign in to comment.