Skip to content

Commit

Permalink
Utilizamos la versión 0.12 de Flask para evitar errores con datapusher
Browse files Browse the repository at this point in the history
  • Loading branch information
chdigiorno committed Nov 29, 2018
1 parent 0430390 commit 241ec4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions base_portal/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CKAN_DIST_CONFIG: /var/lib/ckan/theme_config
CKAN_CONFIG_FILE: production.ini
CKAN_TEST_CONFIG_FILE: test-core.ini
CKAN_HOME: /usr/lib/ckan/default
DATAPUSHER_HOME: /usr/lib/ckan/datapusher
CKAN_CONFIG: /etc/ckan/default
CKAN_HARVEST_GCF: /var/log/ckan/std
UPDATE_DIR: "{{ CKAN_INIT }}/updates/"
Expand Down
6 changes: 6 additions & 0 deletions base_portal/roles/portal/tasks/install_ckan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@
with_items:
- "{{ CKAN_DIST_CONFIG }}"
- "{{ DEFAULT_CKAN_DATA }}"

- name: Upgrade Flask
pip:
name: Flask
virtualenv: "{{ DATAPUSHER_HOME }}"
version: 0.12

0 comments on commit 241ec4d

Please sign in to comment.