forked from ISTI-ansible-roles/ansible-role-ckan
Another attempt to fix the harvester download.
This commit is contained in:
parent
e16581a608
commit
fdb94520b2
|
@ -16,7 +16,7 @@
|
|||
tags: [ 'ckan', 'geonetwork', 'ckan_plugins', 'ckan_pip_deps' ]
|
||||
|
||||
- name: Download the CKAN ckanext-harvest plugin
|
||||
pip: name='{{ ckan_ckanext_harvester_url }}' virtualenv={{ ckan_virtenv }} state={{ ckan_plugins_state }} editable=True
|
||||
pip: name='{{ ckan_ckanext_harvester_url }}' virtualenv={{ ckan_virtenv }} state=present editable=True
|
||||
when: ckan_geonetwork_harvester | bool
|
||||
register: ckanext_harvest_install
|
||||
notify:
|
||||
|
@ -25,7 +25,7 @@
|
|||
tags: [ 'ckan', 'geonetwork', 'ckan_plugins' ]
|
||||
|
||||
- name: Download the CKAN ckanext-harvest requirements
|
||||
pip: requirements={{ ckan_virtenv }}/src/ckanext-harvest/pip-requirements.txt virtualenv={{ ckan_virtenv }} state={{ ckan_plugins_state }}
|
||||
pip: requirements={{ ckan_virtenv }}/src/ckanext-harvest/pip-requirements.txt virtualenv={{ ckan_virtenv }} state=present
|
||||
when: ckan_geonetwork_harvester | bool
|
||||
notify: Restart fetch and gather consumers
|
||||
tags: [ 'ckan', 'geonetwork', 'ckan_plugins' ]
|
||||
|
|
Loading…
Reference in New Issue