The version must be set in the github URL

This commit is contained in:
Andrea Dell'Amico 2021-09-17 15:56:35 +02:00
parent de7dbcb509
commit 78b39ff7fa
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 1 additions and 2 deletions

View File

@ -208,7 +208,6 @@
virtualenv: '{{ ckan_virtenv }}'
editable: true
state: '{{ ckan_ga_plugin_state }}'
version: '{{ ckan_google_analytics_version }}'
when: ckan_google_analytics | bool
register: install_ckan_google_analytics
notify: Restart CKAN

View File

@ -30,7 +30,7 @@ ckan_oai_pmh_kata_ini_options:
- { section: 'app:main', option: 'kata.ldap.enabled', value: 'false', state: '{{ ckan_oai_pmh_kata_ini_state }}' }
- { section: 'app:main', option: 'kata.disable_contact', value: 'true', state: '{{ ckan_oai_pmh_kata_ini_state }}' }
ckan_oai_pm_url: 'git+https://github.com/florenthemmi/ckanext-oaipmh#egg=ckanext-oaipm'
ckan_google_analytics_url: 'git+https://github.com/ckan/ckanext-googleanalytics.git#egg=ckanext-googleanalytics'
ckan_google_analytics_url: 'git+https://github.com/ckan/ckanext-googleanalytics.git@{{ ckan_google_analytics_version }}#egg=ckanext-googleanalytics'
ckan_google_analytics_fixed_file: 'http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-catalogue/ckan-d4science-extension/{{ ckan_version }}/ckan-default/plugins/googleanalytics/plugin.py'
ckan_star_ratings_url: 'git+https://github.com/6aika/ckanext-rating.git#egg=ckanext-rating'