From 1703ebc746766d57acd5bf842151675f06f01495 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 5 Dec 2016 17:43:22 +0100 Subject: [PATCH] Reorganizing smart-executor playbooks. Refs #6126 --- smartgears/accounting_aggregator_se_plugin/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml index 823c8d7c..da69fe55 100644 --- a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml +++ b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml @@ -2,4 +2,4 @@ accounting_aggregator_se_plugin_install: False accounting_aggregator_se_plugin_ver: 1.0.0-4.1.0-132538 accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-{{ accounting_aggregator_se_plugin_ver }}-jar-with-dependencies.jar' -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 }}' +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 }}'