forked from ISTI-ansible-roles/ansible-roles
library/roles/ckan/ckan/defaults/main.yml: Fix the ckan-profiler URL.
This commit is contained in:
parent
dbe15e6f04
commit
88a3dc0bcf
|
@ -83,7 +83,7 @@ ckan_ga_reports: False
|
|||
ckan_ga_reports_name: ga-report
|
||||
ckan_ga_reports_url: 'git+https://github.com/datagovuk/ckanext-ga-report.git#egg=ckanext-ga-report'
|
||||
ckan_profiler: False
|
||||
ckan_profiler_url: 'git+https://github.com/seanh/ckanext-profile.git#egg=ckanext-profile'
|
||||
ckan_profiler_url: 'git+https://github.com/morty/ckanext-profile.git#egg=ckanext-profile'
|
||||
|
||||
|
||||
# Needed to install some CKAN plugins
|
||||
|
|
Loading…
Reference in New Issue