diff --git a/smartgears/social_data_indexer_se_plugin/defaults/main.yml b/smartgears/social_data_indexer_se_plugin/defaults/main.yml index 7e177b3..c6ada23 100644 --- a/smartgears/social_data_indexer_se_plugin/defaults/main.yml +++ b/smartgears/social_data_indexer_se_plugin/defaults/main.yml @@ -6,4 +6,4 @@ social_data_indexer_se_plugin_name: 'social-data-indexer-se-plugin' social_data_indexer_se_plugin_artifact_id: '{{ social_data_indexer_se_plugin_name }}' social_data_indexer_se_plugin_extension: jar social_data_indexer_se_plugin_classifier: jar-with-dependencies -social_data_indexer_se_plugin_file: '{{ social_data_indexer_se_plugin_name }}-{{ social_data_indexer_se_plugin_ver }}-jar-with-dependencies.{{ social_data_indexer_se_plugin_extension }}' +social_data_indexer_se_plugin_file: '{{ social_data_indexer_se_plugin_name }}-{{ social_data_indexer_se_plugin_version }}-jar-with-dependencies.{{ social_data_indexer_se_plugin_extension }}' diff --git a/smartgears/social_data_indexer_se_plugin/tasks/main.yml b/smartgears/social_data_indexer_se_plugin/tasks/main.yml index 10ffe60..691950f 100644 --- a/smartgears/social_data_indexer_se_plugin/tasks/main.yml +++ b/smartgears/social_data_indexer_se_plugin/tasks/main.yml @@ -18,7 +18,7 @@ shell: rm -f {{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ social_data_indexer_se_plugin_name }}-*-jar-with-dependencies.jar when: (social_indexer_download | changed) - - name: Copy the accounting aggregator plugin to its final destination + - name: Copy the social indexer plugin to its final destination copy: src={{ smartgears_downloads_dir }}/{{ social_data_indexer_se_plugin_file }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ social_data_indexer_se_plugin_file }} remote_src=yes force=yes notify: Restart smartgears