From 55586be9431e296bd6ef4a2a2c96275dd0450ee6 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 30 Apr 2019 17:04:49 +0200 Subject: [PATCH] fix some plugin variables names --- smartgears/gcat_controller_plugin/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartgears/gcat_controller_plugin/tasks/main.yml b/smartgears/gcat_controller_plugin/tasks/main.yml index d020aa9f..4942e23e 100644 --- a/smartgears/gcat_controller_plugin/tasks/main.yml +++ b/smartgears/gcat_controller_plugin/tasks/main.yml @@ -10,7 +10,7 @@ - block: - name: Get the gcat plugin gfeed uber jar - maven_artifact: artifact_id={{ gcat_controller_plugin_name }} version={{ gcat_plugin_dt_plugin_version }} group_id={{ sis_geotk_dt_plugin_group_id }} extension={{ sis_geotk_dt_plugin_extension }} repository_url={{ smartgears_global_base_url }} classifier={{ sis_geotk_dt_plugin_classifier }} dest={{ smartgears_downloads_dir }}/{{ sis_geotk_dt_plugin_uber_file }} verify_checksum=always + maven_artifact: artifact_id={{ gcat_controller_plugin_name }} version={{ gcat_controller_plugin_version }} group_id={{ gcat_controller_plugin_group_id }} extension={{ gcat_controller_plugin_extension }} repository_url={{ smartgears_global_base_url }} classifier={{ gcat_controller_plugin_classifier }} dest={{ smartgears_downloads_dir }}/{{ gcat_controller_plugin_uber_file }} verify_checksum=always register: gcat_plugin_download - name: Remove the old gcat plugin gfeed plugin @@ -27,7 +27,7 @@ notify: Restart smartgears - name: Get the gcat plugin gfeed jar - maven_artifact: artifact_id={{ gcat_controller_plugin_name }} version={{ gcat_plugin_dt_plugin_version }} group_id={{ sis_geotk_dt_plugin_group_id }} extension={{ sis_geotk_dt_plugin_extension }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_instance_path }}/webapps/{{ gfeed_service_name }}/WEB-INF/lib/plugins/{{ sis_geotk_dt_plugin_name }} keep_name=yes + maven_artifact: artifact_id={{ gcat_controller_plugin_name }} version={{ gcat_plugin_dt_plugin_version }} group_id={{ gcat_controller_plugin_group_id }} extension={{ gcat_controller_plugin_extension }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_instance_path }}/webapps/{{ gfeed_service_name }}/WEB-INF/lib/plugins/{{ gcat_controller_plugin_name }} keep_name=yes notify: Restart smartgears - name: Remove the gcat plugin uber jar org and META-INF directories