Skip to content
Snippets Groups Projects
Commit 0b85f601 authored by Nemesis's avatar Nemesis
Browse files

[apt] Added packages needed to compile cryptographic modules

On some debian based systems these packages
have to be installed explicitly.
parent fd39c710
No related branches found
Tags 0.5.1
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment