From a677b21302e7d7cb69073c56b714ef6ddb8b2060 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 19 Dec 2017 15:31:31 +0100 Subject: [PATCH] Fixed task description --- smartgears/smart_executor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smart_executor/tasks/main.yml b/smartgears/smart_executor/tasks/main.yml index 2a4e0b0d..27ee6eeb 100644 --- a/smartgears/smart_executor/tasks/main.yml +++ b/smartgears/smart_executor/tasks/main.yml @@ -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