forked from ISTI-ansible-roles/ansible-roles
Reorganizing smart-executor playbooks. Refs #6126
This commit is contained in:
parent
4824e7572a
commit
2af6393e10
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
gcube_repository: 'gcube-staging'
|
||||
social_data_indexer_se_plugin_install: False
|
||||
social_data_indexer_se_plugin_ver: 1.1.1-4.1.0-133365
|
||||
social_data_indexer_se_plugin_name: 'social-data-indexer-se-plugin-{{ social_data_indexer_se_plugin_ver }}-jar-with-dependencies.jar'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Remove the old accounting aggregator plugin
|
||||
- name: Remove the old social indexer plugin
|
||||
shell: rm -f {{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/social-data-indexer-se-plugin-*-jar-with-dependencies.jar
|
||||
when: social_data_indexer_se_plugin_upgrade
|
||||
tags: [ 'smartgears', 'social_data_indexer_se', 'tomcat' ]
|
||||
|
|
Loading…
Reference in New Issue