forked from ISTI-ansible-roles/ansible-roles
fix some plugin variables names
This commit is contained in:
parent
2cd09931f8
commit
55586be943
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Get the gcat plugin gfeed uber jar
|
- 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
|
register: gcat_plugin_download
|
||||||
|
|
||||||
- name: Remove the old gcat plugin gfeed plugin
|
- name: Remove the old gcat plugin gfeed plugin
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
|
|
||||||
- name: Get the gcat plugin gfeed jar
|
- 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
|
notify: Restart smartgears
|
||||||
|
|
||||||
- name: Remove the gcat plugin uber jar org and META-INF directories
|
- name: Remove the gcat plugin uber jar org and META-INF directories
|
||||||
|
|
Loading…
Reference in New Issue