Fixed task description

This commit is contained in:
Luca Frosini 2017-12-19 15:31:31 +01:00
parent c9bf8cf31e
commit a677b21302
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- block:
# NOTE: Install as the smartgears user so we do not mess with the permissions
- name: Get the smart executor plugin
- name: Get the smart executor service war
maven_artifact: artifact_id={{ smart_executor_name }} version={{ smart_executor_version | default('latest') }} group_id={{ smart_executor_group_id }} extension={{ smart_executor_extension | default('war') }} repository_url={{ smart_executor_url }} dest={{ smartgears_downloads_dir }}/{{ smart_executor_file }}
register: smartexecutor_download