mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2edadb42fb
* Added SHA1 option
* Add changelog fragment
* Update plugins/modules/packaging/language/maven_artifact.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/packaging/language/maven_artifact.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Combined hash functions
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/packaging/language/maven_artifact.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/packaging/language/maven_artifact.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Removed unused functions (rolled into _local_checksum)
* Update changelogs/fragments/2661-maven_artifact-add-sha1-option.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit ca1506fb26
)
Co-authored-by: Gene Gotimer <eugene.gotimer@steampunk.com>
2 lines
195 B
YAML
2 lines
195 B
YAML
minor_changes:
|
|
- maven_artifact - added ``checksum_alg`` option to support SHA1 checksums in order to support FIPS systems (https://github.com/ansible-collections/community.general/pull/2662).
|