forked from ISTI-ansible-roles/ansible-roles
library/roles/ckan/ckan/tasks/ckan-plugins.yml: Add 'editable=true' to the google analytics pip task.
This commit is contained in:
parent
aa23f1b46c
commit
1433b6d427
|
@ -156,7 +156,7 @@
|
|||
tags: [ 'ckan', 'ckan_google_analytics', 'ckan_plugins' ]
|
||||
|
||||
- name: Download the CKAN google analytics plugin
|
||||
pip: name='{{ ckan_google_analytics_url }}' virtualenv={{ ckan_virtenv }} state={{ ckan_ga_plugin_state }}
|
||||
pip: name='{{ ckan_google_analytics_url }}' virtualenv={{ ckan_virtenv }} editable=true state={{ ckan_ga_plugin_state }}
|
||||
when: ckan_google_analytics
|
||||
register: install_ckan_google_analytics
|
||||
tags: [ 'ckan', 'ckan_google_analytics', 'ckan_plugins' ]
|
||||
|
|
Loading…
Reference in New Issue