From c223b783ee58697ff40d0355ba3c0c21ed71d6fd Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 16 Sep 2016 16:56:12 +0200 Subject: [PATCH] library/roles/smartgears/accounting_aggregator_se_plugin/defaults/main.yml: Fix the aggregator URL again. --- smartgears/accounting_aggregator_se_plugin/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml index 980fd75a..82dab40b 100644 --- a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml +++ b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml @@ -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 }}'