library/roles/smartgears/is_sweeper_se_plugin/defaults/main.yml: Do not install the is_sweeper_se_plugin by default.

This commit is contained in:
Andrea Dell'Amico 2016-09-16 17:03:26 +02:00
parent c223b783ee
commit 0fc3c80165
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
is_sweeper_se_plugin_install: True
is_sweeper_se_plugin_install: False
is_sweeper_se_plugin_ver: 1.0.0-4.0.0-128833
is_sweeper_se_plugin_name: 'is-sweeper-se-plugin-{{ is_sweeper_se_plugin_ver }}-jar-with-dependencies.jar'
is_sweeper_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/information-system/is-sweeper-se-plugin/{{ is_sweeper_se_plugin_ver }}/{{ is_sweeper_se_plugin_name }}'