forked from ISTI-ansible-roles/ansible-roles
Fix a task description.
This commit is contained in:
parent
be5ff553de
commit
12608c7357
|
@ -13,7 +13,7 @@
|
||||||
- name: Get the gcube-oauth war
|
- name: Get the gcube-oauth war
|
||||||
maven_artifact: artifact_id={{ gcube_oauth_name }} version={{ gcube_oauth_version | default(omit) }} group_id={{ gcube_oauth_group_id }} extension={{ gcube_oauth_extension | default('war') }} repository_url={{ gcube_oauth_repository_url }} dest={{ smartgears_user_home }}/{{ gcube_oauth_file }}
|
maven_artifact: artifact_id={{ gcube_oauth_name }} version={{ gcube_oauth_version | default(omit) }} group_id={{ gcube_oauth_group_id }} extension={{ gcube_oauth_extension | default('war') }} repository_url={{ gcube_oauth_repository_url }} dest={{ smartgears_user_home }}/{{ gcube_oauth_file }}
|
||||||
|
|
||||||
- name: Create the data trasfer working directory
|
- name: Create the gcube-oauth working directory
|
||||||
file: path={{ smartgears_instance_path }}/webapps/gcube-{{ gcube_oauth_name }} state=directory owner={{ smartgears_user }} group={{ smartgears_user }}
|
file: path={{ smartgears_instance_path }}/webapps/gcube-{{ gcube_oauth_name }} state=directory owner={{ smartgears_user }} group={{ smartgears_user }}
|
||||||
|
|
||||||
- name: Unarchive the gcube_oauth war
|
- name: Unarchive the gcube_oauth war
|
||||||
|
|
Loading…
Reference in New Issue