library/roles/ckan/defaults/main.yml: the ldap plugin wants python-ldap installed by pip.

This commit is contained in:
Andrea Dell'Amico 2016-05-05 13:04:05 +02:00
parent 39f1bbcef7
commit 41a279eff2
1 changed files with 4 additions and 1 deletions

View File

@ -65,11 +65,14 @@ additional_packages:
- zlib1g-dev
- libxslt1-dev
- libgeos-c1
- python-ldap
- libldap2-dev
- libsasl2-dev
- libssl-dev
ckan_pip_dependencies:
- lxml
- factory
- python-ldap
#
apache_additional_packages:
- libapache2-mod-uwsgi