inventory/hosts.production fix plugin name

../library/roles/smartgears/social_data_indexer_se_plugin/defaults/main.yml fix variable name
This commit is contained in:
Roberto Cirillo 2018-03-15 18:39:01 +01:00
parent d09842f90e
commit c82b20e341
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}'

View File

@ -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