library/roles/ckan/defaults/main.yml: the ldap plugin wants python-ldap installed by pip.
This commit is contained in:
parent
39f1bbcef7
commit
41a279eff2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue