library/roles/ckan/ckan/defaults/main.yml: add xmltodict to the pip modules.

d4science-ghn-cluster/group_vars/ckan_prod/ckan_prod.yml: Install the ckan-dcat module in production.
This commit is contained in:
Andrea Dell'Amico 2017-05-03 21:28:46 +02:00
parent de940474ef
commit 66ce320d6f
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ ckan_pip_dependencies:
- cryptography - cryptography
- idna - idna
- certifi - certifi
- xmltodict
ckan_pip_versioned_dependencies: ckan_pip_versioned_dependencies:
- { name: 'SQLAlchemy', version: '0.9.6', state: 'present' } - { name: 'SQLAlchemy', version: '0.9.6', state: 'present' }