forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/accounting_aggregator_se_plugin/defaults/main.yml: Fix the aggregator URL again.
This commit is contained in:
parent
9e8074e0b9
commit
c223b783ee
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
gcube_repository: 'gcube-snapshots'
|
||||
aggregator_gcube_repository: 'gcube-snapshots'
|
||||
accounting_aggregator_se_plugin_install: False
|
||||
accounting_aggregator_se_plugin_ver: 1.0.0-SNAPSHOT
|
||||
accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-1.0.0-20160729.125931-6.jar'
|
||||
accounting_aggregator_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/accounting/accounting-aggregator-se-plugin/{{ accounting_aggregator_se_plugin_ver }}/{{ accounting_aggregator_se_plugin_name }}'
|
||||
accounting_aggregator_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ aggregator_gcube_repository }}/org/gcube/accounting/accounting-aggregator-se-plugin/{{ accounting_aggregator_se_plugin_ver }}/{{ accounting_aggregator_se_plugin_name }}'
|
||||
|
|
Loading…
Reference in New Issue