added verify_checksum variable

This commit is contained in:
Roberto Cirillo 2018-10-24 10:36:53 +02:00
parent f20092e6ae
commit 9905a5a8e7
1 changed files with 1 additions and 1 deletions

View File

@ -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