forked from ISTI-ansible-roles/ansible-roles
../library/roles/smartgears/tabular_data/tasks/main.yml add maven manage
This commit is contained in:
parent
5d8531e149
commit
cd498d22cf
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# NOTE: Install as the smartgears user so we do not mess with the permissions
|
# NOTE: Install as the smartgears user so we do not mess with the permissions
|
||||||
- name: Get the tabular-data-service
|
- name: Get the tabular-data-service
|
||||||
get_url: url={{ tabular_data_url }} dest={{ smartgears_user_home }}/{{ tabular_data_file }}
|
maven_artifact: artifact_id={{ tabular_data_name }} version={{ tabular_data_version | default(omit) }} group_id={{ tabular_group_id }} extension={{ tabular_extension | default('war') }} repository_url={{ tabular_service_repository_url }} dest={{ smartgears_user_home }}/{{ tabular_data_file }}
|
||||||
when: tabular_data_install
|
when: tabular_data_install
|
||||||
|
|
||||||
- name: Create the tabular data working directory
|
- name: Create the tabular data working directory
|
||||||
|
|
Loading…
Reference in New Issue