forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/ic_proxy/tasks/main.yml: Fix a typo.
This commit is contained in:
parent
89a6d45d6e
commit
83f02b9292
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue