../library/roles/smartgears/tabular_data/tasks/main.yml add maven manage

This commit is contained in:
Roberto Cirillo 2017-02-28 11:11:16 +01:00
parent 5d8531e149
commit cd498d22cf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# NOTE: Install as the smartgears user so we do not mess with the permissions
- 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
- name: Create the tabular data working directory