fix grsf_publisher_ws_ver variable wrong name

This commit is contained in:
Roberto Cirillo 2018-09-18 10:41:58 +02:00
parent df3cab437f
commit 31ddd5b12b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- block:
- name: Get the grsf-publisher-ws war
maven_artifact: artifact_id={{ grsf_publisher_ws_name }} version={{ grsf_publisher_ws_version | default(omit) }} group_id={{ grsf_publisher_ws_group_id }} extension={{ grsf_publisher_ws_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }}
maven_artifact: artifact_id={{ grsf_publisher_ws_name }} version={{ grsf_publisher_ws_ver | default(omit) }} group_id={{ grsf_publisher_ws_group_id }} extension={{ grsf_publisher_ws_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }}
register: grsf_publisher_download
- name: Remove the old grsf-publisher-ws files