From 83f02b9292954463c19bcc771b8b23c28195602d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 8 May 2017 16:46:00 +0200 Subject: [PATCH] library/roles/smartgears/ic_proxy/tasks/main.yml: Fix a typo. --- smartgears/ic_proxy/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/ic_proxy/tasks/main.yml b/smartgears/ic_proxy/tasks/main.yml index 575294db..82f9d24c 100644 --- a/smartgears/ic_proxy/tasks/main.yml +++ b/smartgears/ic_proxy/tasks/main.yml @@ -13,7 +13,7 @@ - name: Get the ic_proxy war maven_artifact: artifact_id={{ ic_proxy_name }} version={{ ic_proxy_version | default(omit) }} group_id={{ ic_proxy_group_id }} extension={{ ic_proxy_extension | default('war') }} repository_url={{ ic_proxy_repository_url }} dest={{ smartgears_user_home }}/{{ ic_proxy_file }} - - name: Create the data trasfer working directory + - name: Create the ic proxy working directory file: path={{ smartgears_instance_path }}/webapps/{{ ic_proxy_name }} state=directory owner={{ smartgears_user }} group={{ smartgears_user }} - name: Unarchive the ic_proxy war