library/roles/smartgears/ic_proxy/tasks/main.yml: Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-05-08 16:46:00 +02:00
parent 89a6d45d6e
commit 83f02b9292
1 changed files with 1 additions and 1 deletions

View File

@ -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