forked from ISTI-ansible-roles/ansible-roles
added verify_checksum variable
This commit is contained in:
parent
f20092e6ae
commit
9905a5a8e7
|
@ -12,7 +12,7 @@
|
|||
- name: Get the smartgears distribution
|
||||
become: True
|
||||
become_user: '{{ smartgears_user }}'
|
||||
maven_artifact: artifact_id={{ smartgears_name }} version={{ smartgears_distribution_version | default('latest') }} group_id={{ smartgears_group_id }} extension={{ smartgears_extension | default('tar.gz') }} repository_url={{ smartgears_url }} dest={{ smartgears_downloads_dir }}/{{ smartgears_file }}
|
||||
maven_artifact: artifact_id={{ smartgears_name }} version={{ smartgears_distribution_version | default('latest') }} group_id={{ smartgears_group_id }} extension={{ smartgears_extension | default('tar.gz') }} repository_url={{ smartgears_url }} dest={{ smartgears_downloads_dir }}/{{ smartgears_file }} verify_checksum=always
|
||||
with_items: '{{ tomcat_m_instances }}'
|
||||
register: smartgears_download
|
||||
when: not item.skip_smartgears
|
||||
|
|
Loading…
Reference in New Issue